Interface DescribeStackInstanceResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,Buildable,CloudFormationResponse.Builder,CopyableBuilder<DescribeStackInstanceResponse.Builder,DescribeStackInstanceResponse>,SdkBuilder<DescribeStackInstanceResponse.Builder,DescribeStackInstanceResponse>,SdkPojo,SdkResponse.Builder
- Enclosing class:
- DescribeStackInstanceResponse
public static interface DescribeStackInstanceResponse.Builder extends CloudFormationResponse.Builder, SdkPojo, CopyableBuilder<DescribeStackInstanceResponse.Builder,DescribeStackInstanceResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description default DescribeStackInstanceResponse.BuilderstackInstance(Consumer<StackInstance.Builder> stackInstance)The stack instance that matches the specified request parameters.DescribeStackInstanceResponse.BuilderstackInstance(StackInstance stackInstance)The stack instance that matches the specified request parameters.-
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
-
stackInstance
DescribeStackInstanceResponse.Builder stackInstance(StackInstance stackInstance)
The stack instance that matches the specified request parameters.
- Parameters:
stackInstance- The stack instance that matches the specified request parameters.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
stackInstance
default DescribeStackInstanceResponse.Builder stackInstance(Consumer<StackInstance.Builder> stackInstance)
The stack instance that matches the specified request parameters.
This is a convenience method that creates an instance of theStackInstance.Builderavoiding the need to create one manually viaStackInstance.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tostackInstance(StackInstance).- Parameters:
stackInstance- a consumer that will call methods onStackInstance.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
stackInstance(StackInstance)
-
-