Class CfnBlueprint.Builder
java.lang.Object
software.amazon.awscdk.services.glue.CfnBlueprint.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnBlueprint>
- Enclosing class:
CfnBlueprint
@Stability(Stable)
public static final class CfnBlueprint.Builder
extends Object
implements software.amazon.jsii.Builder<CfnBlueprint>
A fluent builder for
CfnBlueprint.-
Method Summary
Modifier and TypeMethodDescriptionblueprintLocation(String blueprintLocation) Specifies a path in Amazon S3 where the blueprint is published.build()static CfnBlueprint.Builderdescription(String description) A description of the blueprint.The name of the blueprint.The tags to be applied to this blueprint.
-
Method Details
-
create
@Stability(Stable) public static CfnBlueprint.Builder create(software.constructs.Construct scope, String id) - Parameters:
scope- Scope in which this resource is defined. This parameter is required.id- Construct identifier for this resource (unique in its scope). This parameter is required.- Returns:
- a new instance of
CfnBlueprint.Builder.
-
blueprintLocation
Specifies a path in Amazon S3 where the blueprint is published.- Parameters:
blueprintLocation- Specifies a path in Amazon S3 where the blueprint is published. This parameter is required.- Returns:
this- See Also:
-
name
The name of the blueprint.- Parameters:
name- The name of the blueprint. This parameter is required.- Returns:
this- See Also:
-
description
A description of the blueprint.- Parameters:
description- A description of the blueprint. This parameter is required.- Returns:
this- See Also:
-
tags
The tags to be applied to this blueprint.- Parameters:
tags- The tags to be applied to this blueprint. This parameter is required.- Returns:
this- See Also:
-
build
- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnBlueprint>- Returns:
- a newly built instance of
CfnBlueprint.
-