Interface ListOperationEventsRequest.Builder
- All Superinterfaces:
AwsRequest.Builder
,Buildable
,CopyableBuilder<ListOperationEventsRequest.Builder,
,ListOperationEventsRequest> SdkBuilder<ListOperationEventsRequest.Builder,
,ListOperationEventsRequest> SdkPojo
,SdkRequest.Builder
,SsmSapRequest.Builder
- Enclosing class:
ListOperationEventsRequest
-
Method Summary
Modifier and TypeMethodDescriptionfilters
(Collection<Filter> filters) Optionally specify filters to narrow the returned operation event items.filters
(Consumer<Filter.Builder>... filters) Optionally specify filters to narrow the returned operation event items.Optionally specify filters to narrow the returned operation event items.maxResults
(Integer maxResults) The maximum number of results to return with a single call.The token to use to retrieve the next page of results.operationId
(String operationId) The ID of the operation.overrideConfiguration
(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Add an optional request override configuration.overrideConfiguration
(AwsRequestOverrideConfiguration overrideConfiguration) Add an optional request override configuration.Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
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.services.ssmsap.model.SsmSapRequest.Builder
build
-
Method Details
-
operationId
The ID of the operation.
- Parameters:
operationId
- The ID of the operation.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
maxResults
The maximum number of results to return with a single call. To retrieve the remaining results, make another call with the returned nextToken value.
If you do not specify a value for
MaxResults
, the request returns 50 items per page by default.- Parameters:
maxResults
- The maximum number of results to return with a single call. To retrieve the remaining results, make another call with the returned nextToken value.If you do not specify a value for
MaxResults
, the request returns 50 items per page by default.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
nextToken
The token to use to retrieve the next page of results. This value is null when there are no more results to return.
- Parameters:
nextToken
- The token to use to retrieve the next page of results. This value is null when there are no more results to return.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
filters
Optionally specify filters to narrow the returned operation event items.
Valid filter names include
status
,resourceID
, andresourceType
. The valid operator for all three filters isEquals
.- Parameters:
filters
- Optionally specify filters to narrow the returned operation event items.Valid filter names include
status
,resourceID
, andresourceType
. The valid operator for all three filters isEquals
.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
filters
Optionally specify filters to narrow the returned operation event items.
Valid filter names include
status
,resourceID
, andresourceType
. The valid operator for all three filters isEquals
.- Parameters:
filters
- Optionally specify filters to narrow the returned operation event items.Valid filter names include
status
,resourceID
, andresourceType
. The valid operator for all three filters isEquals
.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
filters
Optionally specify filters to narrow the returned operation event items.
Valid filter names include
This is a convenience method that creates an instance of thestatus
,resourceID
, andresourceType
. The valid operator for all three filters isEquals
.Filter.Builder
avoiding the need to create one manually viaFilter.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed tofilters(List<Filter>)
.- Parameters:
filters
- a consumer that will call methods onFilter.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
overrideConfiguration
ListOperationEventsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Description copied from interface:AwsRequest.Builder
Add an optional request override configuration.- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
- Parameters:
overrideConfiguration
- The override configuration.- Returns:
- This object for method chaining.
-
overrideConfiguration
ListOperationEventsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Description copied from interface:AwsRequest.Builder
Add an optional request override configuration.- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
- Parameters:
builderConsumer
- AConsumer
to which an emptyAwsRequestOverrideConfiguration.Builder
will be given.- Returns:
- This object for method chaining.
-