Interface CreateStackRefactorResponse.Builder
- All Superinterfaces:
AwsResponse.Builder,Buildable,CloudFormationResponse.Builder,CopyableBuilder<CreateStackRefactorResponse.Builder,,CreateStackRefactorResponse> SdkBuilder<CreateStackRefactorResponse.Builder,,CreateStackRefactorResponse> SdkPojo,SdkResponse.Builder
- Enclosing class:
CreateStackRefactorResponse
public static interface CreateStackRefactorResponse.Builder
extends CloudFormationResponse.Builder, SdkPojo, CopyableBuilder<CreateStackRefactorResponse.Builder,CreateStackRefactorResponse>
-
Method Summary
Modifier and TypeMethodDescriptionstackRefactorId(String stackRefactorId) The ID associated with the stack refactor created from the CreateStackRefactor action.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
-
stackRefactorId
The ID associated with the stack refactor created from the CreateStackRefactor action.
- Parameters:
stackRefactorId- The ID associated with the stack refactor created from the CreateStackRefactor action.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-