Interface CloudFormationStackUpdate.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<CloudFormationStackUpdate.Builder,
,CloudFormationStackUpdate> SdkBuilder<CloudFormationStackUpdate.Builder,
,CloudFormationStackUpdate> SdkPojo
- Enclosing class:
CloudFormationStackUpdate
@Mutable
@NotThreadSafe
public static interface CloudFormationStackUpdate.Builder
extends SdkPojo, CopyableBuilder<CloudFormationStackUpdate.Builder,CloudFormationStackUpdate>
-
Method Summary
Modifier and TypeMethodDescriptionThe timestamp for when the CloudFormation stack creation or update ended.The Amazon Resource Name (ARN) of the CloudFormation stack involved in the update.The timestamp for when the CloudFormation stack creation or update began.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 Details
-
endTime
The timestamp for when the CloudFormation stack creation or update ended. Not reported for deployments that are still in progress.
- Parameters:
endTime
- The timestamp for when the CloudFormation stack creation or update ended. Not reported for deployments that are still in progress.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
stackArn
The Amazon Resource Name (ARN) of the CloudFormation stack involved in the update.
- Parameters:
stackArn
- The Amazon Resource Name (ARN) of the CloudFormation stack involved in the update.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
startTime
The timestamp for when the CloudFormation stack creation or update began.
- Parameters:
startTime
- The timestamp for when the CloudFormation stack creation or update began.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-