public static interface ListEventActionsRequest.Builder extends DataExchangeRequest.Builder, SdkPojo, CopyableBuilder<ListEventActionsRequest.Builder,ListEventActionsRequest>
| Modifier and Type | Method and Description |
|---|---|
ListEventActionsRequest.Builder |
eventSourceId(String eventSourceId)
The unique identifier for the event source.
|
ListEventActionsRequest.Builder |
maxResults(Integer maxResults)
The maximum number of results returned by a single call.
|
ListEventActionsRequest.Builder |
nextToken(String nextToken)
The token value retrieved from a previous call to access the next page of results.
|
ListEventActionsRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
ListEventActionsRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildListEventActionsRequest.Builder eventSourceId(String eventSourceId)
The unique identifier for the event source.
eventSourceId - The unique identifier for the event source.ListEventActionsRequest.Builder maxResults(Integer maxResults)
The maximum number of results returned by a single call.
maxResults - The maximum number of results returned by a single call.ListEventActionsRequest.Builder nextToken(String nextToken)
The token value retrieved from a previous call to access the next page of results.
nextToken - The token value retrieved from a previous call to access the next page of results.ListEventActionsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderListEventActionsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.