Interface ListAliasesResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<ListAliasesResponse.Builder,ListAliasesResponse>,SdkBuilder<ListAliasesResponse.Builder,ListAliasesResponse>,SdkPojo,SdkResponse.Builder,WorkMailResponse.Builder
- Enclosing class:
- ListAliasesResponse
public static interface ListAliasesResponse.Builder extends WorkMailResponse.Builder, SdkPojo, CopyableBuilder<ListAliasesResponse.Builder,ListAliasesResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ListAliasesResponse.Builderaliases(String... aliases)The entity's paginated aliases.ListAliasesResponse.Builderaliases(Collection<String> aliases)The entity's paginated aliases.ListAliasesResponse.BuildernextToken(String nextToken)The token to use to retrieve the next page of results.-
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.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
Methods inherited from interface software.amazon.awssdk.services.workmail.model.WorkMailResponse.Builder
build, responseMetadata, responseMetadata
-
-
-
-
Method Detail
-
aliases
ListAliasesResponse.Builder aliases(Collection<String> aliases)
The entity's paginated aliases.
- Parameters:
aliases- The entity's paginated aliases.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
aliases
ListAliasesResponse.Builder aliases(String... aliases)
The entity's paginated aliases.
- Parameters:
aliases- The entity's paginated aliases.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
nextToken
ListAliasesResponse.Builder nextToken(String nextToken)
The token to use to retrieve the next page of results. The value is "null" when there are no more results to return.
- Parameters:
nextToken- The token to use to retrieve the next page of results. The value is "null" when there are no more results to return.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-