Interface Blueprint.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<Blueprint.Builder,Blueprint>,SdkBuilder<Blueprint.Builder,Blueprint>,SdkPojo
- Enclosing class:
- Blueprint
public static interface Blueprint.Builder extends SdkPojo, CopyableBuilder<Blueprint.Builder,Blueprint>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Blueprint.BuilderblueprintArn(String blueprintArn)Arn of blueprint.Blueprint.Builderstage(String stage)Stage of blueprint.Blueprint.Builderstage(BlueprintStage stage)Stage of blueprint.Blueprint.Builderversion(String version)Version of blueprint.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
-
-
-
Method Detail
-
blueprintArn
Blueprint.Builder blueprintArn(String 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
Blueprint.Builder version(String 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
Blueprint.Builder stage(String 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:
BlueprintStage,BlueprintStage
-
stage
Blueprint.Builder stage(BlueprintStage 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:
BlueprintStage,BlueprintStage
-
-