Interface ListEventActionsRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<ListEventActionsRequest.Builder,ListEventActionsRequest>,DataExchangeRequest.Builder,SdkBuilder<ListEventActionsRequest.Builder,ListEventActionsRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- ListEventActionsRequest
public static interface ListEventActionsRequest.Builder extends DataExchangeRequest.Builder, SdkPojo, CopyableBuilder<ListEventActionsRequest.Builder,ListEventActionsRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ListEventActionsRequest.BuildereventSourceId(String eventSourceId)The unique identifier for the event source.ListEventActionsRequest.BuildermaxResults(Integer maxResults)The maximum number of results returned by a single call.ListEventActionsRequest.BuildernextToken(String nextToken)The token value retrieved from a previous call to access the next page of results.ListEventActionsRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)ListEventActionsRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)-
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.services.dataexchange.model.DataExchangeRequest.Builder
build
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
-
-
-
Method Detail
-
eventSourceId
ListEventActionsRequest.Builder eventSourceId(String eventSourceId)
The unique identifier for the event source.
- Parameters:
eventSourceId- The unique identifier for the event source.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
maxResults
ListEventActionsRequest.Builder maxResults(Integer maxResults)
The maximum number of results returned by a single call.
- Parameters:
maxResults- The maximum number of results returned by a single call.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
nextToken
ListEventActionsRequest.Builder nextToken(String nextToken)
The token value retrieved from a previous call to access the next page of results.
- Parameters:
nextToken- The token value retrieved from a previous call to access the next page of results.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
ListEventActionsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
ListEventActionsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-