Interface ListEventStreamsRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<ListEventStreamsRequest.Builder,ListEventStreamsRequest>,CustomerProfilesRequest.Builder,SdkBuilder<ListEventStreamsRequest.Builder,ListEventStreamsRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- ListEventStreamsRequest
public static interface ListEventStreamsRequest.Builder extends CustomerProfilesRequest.Builder, SdkPojo, CopyableBuilder<ListEventStreamsRequest.Builder,ListEventStreamsRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ListEventStreamsRequest.BuilderdomainName(String domainName)The unique name of the domain.ListEventStreamsRequest.BuildermaxResults(Integer maxResults)The maximum number of objects returned per page.ListEventStreamsRequest.BuildernextToken(String nextToken)Identifies the next page of results to return.ListEventStreamsRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)ListEventStreamsRequest.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.customerprofiles.model.CustomerProfilesRequest.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
-
domainName
ListEventStreamsRequest.Builder domainName(String domainName)
The unique name of the domain.
- Parameters:
domainName- The unique name of the domain.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
nextToken
ListEventStreamsRequest.Builder nextToken(String nextToken)
Identifies the next page of results to return.
- Parameters:
nextToken- Identifies the next page of results to return.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
maxResults
ListEventStreamsRequest.Builder maxResults(Integer maxResults)
The maximum number of objects returned per page.
- Parameters:
maxResults- The maximum number of objects returned per page.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
ListEventStreamsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
ListEventStreamsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-