Class CfnBlueprintMixinProps.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.glue.CfnBlueprintMixinProps.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnBlueprintMixinProps>
- Enclosing interface:
CfnBlueprintMixinProps
@Stability(Stable)
public static final class CfnBlueprintMixinProps.Builder
extends Object
implements software.amazon.jsii.Builder<CfnBlueprintMixinProps>
A builder for
CfnBlueprintMixinProps-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionblueprintLocation(String blueprintLocation) Sets the value ofCfnBlueprintMixinProps.getBlueprintLocation()build()Builds the configured instance.description(String description) Sets the value ofCfnBlueprintMixinProps.getDescription()Sets the value ofCfnBlueprintMixinProps.getName()Sets the value ofCfnBlueprintMixinProps.getTags()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
blueprintLocation
@Stability(Stable) public CfnBlueprintMixinProps.Builder blueprintLocation(String blueprintLocation) Sets the value ofCfnBlueprintMixinProps.getBlueprintLocation()- Parameters:
blueprintLocation- Specifies a path in Amazon S3 where the blueprint is published.- Returns:
this
-
description
Sets the value ofCfnBlueprintMixinProps.getDescription()- Parameters:
description- A description of the blueprint.- Returns:
this
-
name
Sets the value ofCfnBlueprintMixinProps.getName()- Parameters:
name- The name of the blueprint.- Returns:
this
-
tags
Sets the value ofCfnBlueprintMixinProps.getTags()- Parameters:
tags- The tags to be applied to this blueprint.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnBlueprintMixinProps>- Returns:
- a new instance of
CfnBlueprintMixinProps - Throws:
NullPointerException- if any required attribute was not provided
-