Interface ListAliasesRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<ListAliasesRequest.Builder,ListAliasesRequest>,SdkBuilder<ListAliasesRequest.Builder,ListAliasesRequest>,SdkPojo,SdkRequest.Builder,WorkMailRequest.Builder
- Enclosing class:
- ListAliasesRequest
public static interface ListAliasesRequest.Builder extends WorkMailRequest.Builder, SdkPojo, CopyableBuilder<ListAliasesRequest.Builder,ListAliasesRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ListAliasesRequest.BuilderentityId(String entityId)The identifier for the entity for which to list the aliases.ListAliasesRequest.BuildermaxResults(Integer maxResults)The maximum number of results to return in a single call.ListAliasesRequest.BuildernextToken(String nextToken)The token to use to retrieve the next page of results.ListAliasesRequest.BuilderorganizationId(String organizationId)The identifier for the organization under which the entity exists.ListAliasesRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)ListAliasesRequest.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.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
Methods inherited from interface software.amazon.awssdk.services.workmail.model.WorkMailRequest.Builder
build
-
-
-
-
Method Detail
-
organizationId
ListAliasesRequest.Builder organizationId(String organizationId)
The identifier for the organization under which the entity exists.
- Parameters:
organizationId- The identifier for the organization under which the entity exists.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
entityId
ListAliasesRequest.Builder entityId(String entityId)
The identifier for the entity for which to list the aliases.
- Parameters:
entityId- The identifier for the entity for which to list the aliases.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
nextToken
ListAliasesRequest.Builder nextToken(String nextToken)
The token to use to retrieve the next page of results. The first call does not contain any tokens.
- Parameters:
nextToken- The token to use to retrieve the next page of results. The first call does not contain any tokens.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
maxResults
ListAliasesRequest.Builder maxResults(Integer maxResults)
The maximum number of results to return in a single call.
- Parameters:
maxResults- The maximum number of results to return in a single call.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
ListAliasesRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
ListAliasesRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-