public static interface ListEventsRequest.Builder extends DevOpsGuruRequest.Builder, SdkPojo, CopyableBuilder<ListEventsRequest.Builder,ListEventsRequest>
| Modifier and Type | Method and Description |
|---|---|
ListEventsRequest.Builder |
accountId(String accountId)
The ID of the Amazon Web Services account.
|
default ListEventsRequest.Builder |
filters(Consumer<ListEventsFilters.Builder> filters)
A
ListEventsFilters object used to specify which events to return. |
ListEventsRequest.Builder |
filters(ListEventsFilters filters)
A
ListEventsFilters object used to specify which events to return. |
ListEventsRequest.Builder |
maxResults(Integer maxResults)
The maximum number of results to return with a single call.
|
ListEventsRequest.Builder |
nextToken(String nextToken)
The pagination token to use to retrieve the next page of results for this operation.
|
ListEventsRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
ListEventsRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildListEventsRequest.Builder filters(ListEventsFilters filters)
A ListEventsFilters object used to specify which events to return.
filters - A ListEventsFilters object used to specify which events to return.default ListEventsRequest.Builder filters(Consumer<ListEventsFilters.Builder> filters)
A ListEventsFilters object used to specify which events to return.
ListEventsFilters.Builder avoiding the
need to create one manually via ListEventsFilters.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to filters(ListEventsFilters).
filters - a consumer that will call methods on ListEventsFilters.Builderfilters(ListEventsFilters)ListEventsRequest.Builder maxResults(Integer 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.
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.ListEventsRequest.Builder nextToken(String nextToken)
The pagination token to use to retrieve the next page of results for this operation. If this value is null, it retrieves the first page.
nextToken - The pagination token to use to retrieve the next page of results for this operation. If this value is
null, it retrieves the first page.ListEventsRequest.Builder accountId(String accountId)
The ID of the Amazon Web Services account.
accountId - The ID of the Amazon Web Services account.ListEventsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderListEventsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.