Interface DescribeStackEventsRequest.Builder
- All Superinterfaces:
 AwsRequest.Builder,Buildable,CloudFormationRequest.Builder,CopyableBuilder<DescribeStackEventsRequest.Builder,,DescribeStackEventsRequest> SdkBuilder<DescribeStackEventsRequest.Builder,,DescribeStackEventsRequest> SdkPojo,SdkRequest.Builder
- Enclosing class:
 DescribeStackEventsRequest
public static interface DescribeStackEventsRequest.Builder
extends CloudFormationRequest.Builder, SdkPojo, CopyableBuilder<DescribeStackEventsRequest.Builder,DescribeStackEventsRequest> 
- 
Method Summary
Modifier and TypeMethodDescriptionA string that identifies the next page of events that you want to retrieve.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.
 
 - 
 
 - 
nextToken
A string that identifies the next page of events that you want to retrieve.
- Parameters:
 nextToken- A string that identifies the next page of events that you want to retrieve.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
overrideConfiguration
DescribeStackEventsRequest.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
DescribeStackEventsRequest.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.
 
 
 -