Interface DescribeStackResourceRequest.Builder
- All Superinterfaces:
 AwsRequest.Builder,Buildable,CloudFormationRequest.Builder,CopyableBuilder<DescribeStackResourceRequest.Builder,,DescribeStackResourceRequest> SdkBuilder<DescribeStackResourceRequest.Builder,,DescribeStackResourceRequest> SdkPojo,SdkRequest.Builder
- Enclosing class:
 DescribeStackResourceRequest
public static interface DescribeStackResourceRequest.Builder
extends CloudFormationRequest.Builder, SdkPojo, CopyableBuilder<DescribeStackResourceRequest.Builder,DescribeStackResourceRequest> 
- 
Method Summary
Modifier and TypeMethodDescriptionlogicalResourceId(String logicalResourceId) The logical name of the resource as specified in the template.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Add an optional request override configuration.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Add an optional request override configuration.The name or the unique stack ID that's associated with the stack, which aren't always interchangeable:Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfigurationMethods inherited from interface software.amazon.awssdk.services.cloudformation.model.CloudFormationRequest.Builder
buildMethods 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, sdkFields 
- 
Method Details
- 
stackName
The name or the unique stack ID that's associated with the stack, which aren't always interchangeable:
- 
 
Running stacks: You can specify either the stack's name or its unique stack ID.
 - 
 
Deleted stacks: You must specify the unique stack ID.
 
- Parameters:
 stackName- The name or the unique stack ID that's associated with the stack, which aren't always interchangeable:- 
        
Running stacks: You can specify either the stack's name or its unique stack ID.
 - 
        
Deleted stacks: You must specify the unique stack ID.
 
- 
        
 - Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
 
 - 
logicalResourceId
The logical name of the resource as specified in the template.
- Parameters:
 logicalResourceId- The logical name of the resource as specified in the template.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
overrideConfiguration
DescribeStackResourceRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Description copied from interface:AwsRequest.BuilderAdd an optional request override configuration.- Specified by:
 overrideConfigurationin interfaceAwsRequest.Builder- Parameters:
 overrideConfiguration- The override configuration.- Returns:
 - This object for method chaining.
 
 - 
overrideConfiguration
DescribeStackResourceRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Description copied from interface:AwsRequest.BuilderAdd an optional request override configuration.- Specified by:
 overrideConfigurationin interfaceAwsRequest.Builder- Parameters:
 builderConsumer- AConsumerto which an emptyAwsRequestOverrideConfiguration.Builderwill be given.- Returns:
 - This object for method chaining.
 
 
 -