Class CfnBlueprintPropsMixin.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.glue.CfnBlueprintPropsMixin.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnBlueprintPropsMixin>
- Enclosing class:
CfnBlueprintPropsMixin
@Stability(Stable)
public static final class CfnBlueprintPropsMixin.Builder
extends Object
implements software.amazon.jsii.Builder<CfnBlueprintPropsMixin>
A fluent builder for
CfnBlueprintPropsMixin.-
Method Summary
Modifier and TypeMethodDescriptionblueprintLocation(String blueprintLocation) Specifies a path in Amazon S3 where the blueprint is published.build()create()create(CfnPropertyMixinOptions options) description(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 CfnBlueprintPropsMixin.Builder create(CfnPropertyMixinOptions options) - Parameters:
options- Mixin options.- Returns:
- a new instance of
CfnBlueprintPropsMixin.Builder.
-
create
- Returns:
- a new instance of
CfnBlueprintPropsMixin.Builder.
-
blueprintLocation
@Stability(Stable) public CfnBlueprintPropsMixin.Builder blueprintLocation(String 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:
-
description
A description of the blueprint.- Parameters:
description- A description of the blueprint. 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:
-
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<CfnBlueprintPropsMixin>- Returns:
- a newly built instance of
CfnBlueprintPropsMixin.
-