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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description CreateStackRefactorResponse.BuilderstackRefactorId(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, responseMetadata
-
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
-
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
-
-
-
Method Detail
-
stackRefactorId
CreateStackRefactorResponse.Builder stackRefactorId(String 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.
-
-