Interface ListBotsRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,ChimeRequest.Builder,CopyableBuilder<ListBotsRequest.Builder,ListBotsRequest>,SdkBuilder<ListBotsRequest.Builder,ListBotsRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- ListBotsRequest
public static interface ListBotsRequest.Builder extends ChimeRequest.Builder, SdkPojo, CopyableBuilder<ListBotsRequest.Builder,ListBotsRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ListBotsRequest.BuilderaccountId(String accountId)The Amazon Chime account ID.ListBotsRequest.BuildermaxResults(Integer maxResults)The maximum number of results to return in a single call.ListBotsRequest.BuildernextToken(String nextToken)The token to use to retrieve the next page of results.ListBotsRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)ListBotsRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)-
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
-
accountId
ListBotsRequest.Builder accountId(String accountId)
The Amazon Chime account ID.
- Parameters:
accountId- The Amazon Chime account ID.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
maxResults
ListBotsRequest.Builder maxResults(Integer maxResults)
The maximum number of results to return in a single call. The default is 10.
- Parameters:
maxResults- The maximum number of results to return in a single call. The default is 10.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
nextToken
ListBotsRequest.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.
-
overrideConfiguration
ListBotsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
ListBotsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-