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