Interface DescribeStackSetResponse.Builder
- All Superinterfaces:
- AwsResponse.Builder,- Buildable,- CloudFormationResponse.Builder,- CopyableBuilder<DescribeStackSetResponse.Builder,,- DescribeStackSetResponse> - SdkBuilder<DescribeStackSetResponse.Builder,,- DescribeStackSetResponse> - SdkPojo,- SdkResponse.Builder
- Enclosing class:
- DescribeStackSetResponse
@Mutable
@NotThreadSafe
public static interface DescribeStackSetResponse.Builder
extends CloudFormationResponse.Builder, SdkPojo, CopyableBuilder<DescribeStackSetResponse.Builder,DescribeStackSetResponse> 
- 
Method SummaryModifier and TypeMethodDescriptiondefault DescribeStackSetResponse.BuilderstackSet(Consumer<StackSet.Builder> stackSet) The specified StackSet.The specified StackSet.Methods inherited from interface software.amazon.awssdk.services.cloudformation.model.CloudFormationResponse.Builderbuild, responseMetadata, responseMetadataMethods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuildercopyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilderapplyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojoequalsBySdkFields, sdkFieldNameToField, sdkFieldsMethods inherited from interface software.amazon.awssdk.core.SdkResponse.BuildersdkHttpResponse, sdkHttpResponse
- 
Method Details- 
stackSetThe specified StackSet. - Parameters:
- stackSet- The specified StackSet.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
stackSetThe specified StackSet. This is a convenience method that creates an instance of theStackSet.Builderavoiding the need to create one manually viaStackSet.builder().When the Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tostackSet(StackSet).- Parameters:
- stackSet- a consumer that will call methods on- StackSet.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
 
-