Interface RollbackStackResponse.Builder
- All Superinterfaces:
AwsResponse.Builder,Buildable,CloudFormationResponse.Builder,CopyableBuilder<RollbackStackResponse.Builder,,RollbackStackResponse> SdkBuilder<RollbackStackResponse.Builder,,RollbackStackResponse> SdkPojo,SdkResponse.Builder
- Enclosing class:
RollbackStackResponse
@Mutable
@NotThreadSafe
public static interface RollbackStackResponse.Builder
extends CloudFormationResponse.Builder, SdkPojo, CopyableBuilder<RollbackStackResponse.Builder,RollbackStackResponse>
-
Method Summary
Modifier and TypeMethodDescriptionoperationId(String operationId) A unique identifier for this rollback operation that can be used to track the operation's progress and events.Unique identifier of the stack.Methods inherited from interface software.amazon.awssdk.services.cloudformation.model.CloudFormationResponse.Builder
build, responseMetadata, responseMetadataMethods 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, sdkFieldsMethods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
Method Details
-
stackId
Unique identifier of the stack.
- Parameters:
stackId- Unique identifier of the stack.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
operationId
A unique identifier for this rollback operation that can be used to track the operation's progress and events.
- Parameters:
operationId- A unique identifier for this rollback operation that can be used to track the operation's progress and events.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-