Interface DescribeEventsRequest.Builder
- All Superinterfaces:
AwsRequest.Builder,Buildable,CloudFormationRequest.Builder,CopyableBuilder<DescribeEventsRequest.Builder,,DescribeEventsRequest> SdkBuilder<DescribeEventsRequest.Builder,,DescribeEventsRequest> SdkPojo,SdkRequest.Builder
- Enclosing class:
DescribeEventsRequest
@Mutable
@NotThreadSafe
public static interface DescribeEventsRequest.Builder
extends CloudFormationRequest.Builder, SdkPojo, CopyableBuilder<DescribeEventsRequest.Builder,DescribeEventsRequest>
-
Method Summary
Modifier and TypeMethodDescriptionchangeSetName(String changeSetName) The name or Amazon Resource Name (ARN) of the change set for which you want to retrieve events.default DescribeEventsRequest.Builderfilters(Consumer<EventFilter.Builder> filters) Filters to apply when retrieving events.filters(EventFilter filters) Filters to apply when retrieving events.The token for the next set of items to return.operationId(String operationId) The unique identifier of the operation for which you want to retrieve events.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Add an optional request override configuration.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Add an optional request override configuration.The name or unique stack ID for which you want to retrieve events.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 unique stack ID for which you want to retrieve events.
- Parameters:
stackName- The name or unique stack ID for which you want to retrieve events.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
changeSetName
The name or Amazon Resource Name (ARN) of the change set for which you want to retrieve events.
- Parameters:
changeSetName- The name or Amazon Resource Name (ARN) of the change set for which you want to retrieve events.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
operationId
The unique identifier of the operation for which you want to retrieve events.
- Parameters:
operationId- The unique identifier of the operation for which you want to retrieve events.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
filters
Filters to apply when retrieving events.
- Parameters:
filters- Filters to apply when retrieving events.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
filters
Filters to apply when retrieving events.
This is a convenience method that creates an instance of theEventFilter.Builderavoiding the need to create one manually viaEventFilter.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tofilters(EventFilter).- Parameters:
filters- a consumer that will call methods onEventFilter.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
nextToken
The token for the next set of items to return. (You received this token from a previous call.)
- Parameters:
nextToken- The token for the next set of items to return. (You received this token from a previous call.)- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
DescribeEventsRequest.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
DescribeEventsRequest.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.
-