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 Summary
Modifier 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.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
blueprintArn
Arn of blueprint.
- Parameters:
blueprintArn- Arn of blueprint.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
version
Version of blueprint.
- Parameters:
version- Version of blueprint.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
stage
Stage of blueprint.
- Parameters:
stage- Stage of blueprint.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
stage
Stage of blueprint.
- Parameters:
stage- Stage of blueprint.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-