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
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description DescribeEventsRequest.BuilderchangeSetName(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.DescribeEventsRequest.Builderfilters(EventFilter filters)Filters to apply when retrieving events.DescribeEventsRequest.BuildernextToken(String nextToken)The token for the next set of items to return.DescribeEventsRequest.BuilderoperationId(String operationId)The unique identifier of the operation for which you want to retrieve events.DescribeEventsRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)DescribeEventsRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)DescribeEventsRequest.BuilderstackName(String stackName)The name or unique stack ID for which you want to retrieve events.-
Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
-
Methods inherited from interface software.amazon.awssdk.services.cloudformation.model.CloudFormationRequest.Builder
build
-
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
-
-
-
-
Method Detail
-
stackName
DescribeEventsRequest.Builder stackName(String 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
DescribeEventsRequest.Builder changeSetName(String 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
DescribeEventsRequest.Builder operationId(String 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
DescribeEventsRequest.Builder filters(EventFilter 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
default DescribeEventsRequest.Builder filters(Consumer<EventFilter.Builder> 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:
filters(EventFilter)
-
nextToken
DescribeEventsRequest.Builder nextToken(String 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)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
DescribeEventsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-