Interface ListAccountsRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,ChimeRequest.Builder,CopyableBuilder<ListAccountsRequest.Builder,ListAccountsRequest>,SdkBuilder<ListAccountsRequest.Builder,ListAccountsRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- ListAccountsRequest
public static interface ListAccountsRequest.Builder extends ChimeRequest.Builder, SdkPojo, CopyableBuilder<ListAccountsRequest.Builder,ListAccountsRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ListAccountsRequest.BuildermaxResults(Integer maxResults)The maximum number of results to return in a single call.ListAccountsRequest.Buildername(String name)Amazon Chime account name prefix with which to filter results.ListAccountsRequest.BuildernextToken(String nextToken)The token to use to retrieve the next page of results.ListAccountsRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)ListAccountsRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)ListAccountsRequest.BuilderuserEmail(String userEmail)User email address with which to filter results.-
Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
-
Methods inherited from interface software.amazon.awssdk.services.chime.model.ChimeRequest.Builder
build
-
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, sdkFieldNameToField, sdkFields
-
-
-
-
Method Detail
-
name
ListAccountsRequest.Builder name(String name)
Amazon Chime account name prefix with which to filter results.
- Parameters:
name- Amazon Chime account name prefix with which to filter results.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
userEmail
ListAccountsRequest.Builder userEmail(String userEmail)
User email address with which to filter results.
- Parameters:
userEmail- User email address with which to filter results.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
nextToken
ListAccountsRequest.Builder nextToken(String nextToken)
The token to use to retrieve the next page of results.
- Parameters:
nextToken- The token to use to retrieve the next page of results.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
maxResults
ListAccountsRequest.Builder maxResults(Integer maxResults)
The maximum number of results to return in a single call. Defaults to 100.
- Parameters:
maxResults- The maximum number of results to return in a single call. Defaults to 100.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
ListAccountsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
ListAccountsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-