Interface Blueprint.Builder
- All Superinterfaces:
- Buildable,- CopyableBuilder<Blueprint.Builder,,- Blueprint> - SdkBuilder<Blueprint.Builder,,- Blueprint> - SdkPojo
- Enclosing class:
- Blueprint
@Mutable
@NotThreadSafe
public static interface Blueprint.Builder
extends SdkPojo, CopyableBuilder<Blueprint.Builder,Blueprint> 
- 
Method SummaryModifier and TypeMethodDescriptionblueprintArn(String blueprintArn) Arn of blueprint.Stage of blueprint.stage(BlueprintStage stage) Stage of blueprint.Version of blueprint.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuildercopyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilderapplyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojoequalsBySdkFields, sdkFieldNameToField, sdkFields
- 
Method Details- 
blueprintArnArn of blueprint. - Parameters:
- blueprintArn- Arn of blueprint.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
versionVersion of blueprint. - Parameters:
- version- Version of blueprint.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
stageStage of blueprint. - Parameters:
- stage- Stage of blueprint.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
- 
stageStage of blueprint. - Parameters:
- stage- Stage of blueprint.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
 
-