Interface ListVoiceProfilesRequest.Builder
- All Superinterfaces:
AwsRequest.Builder
,Buildable
,ChimeSdkVoiceRequest.Builder
,CopyableBuilder<ListVoiceProfilesRequest.Builder,
,ListVoiceProfilesRequest> SdkBuilder<ListVoiceProfilesRequest.Builder,
,ListVoiceProfilesRequest> SdkPojo
,SdkRequest.Builder
- Enclosing class:
ListVoiceProfilesRequest
@Mutable
@NotThreadSafe
public static interface ListVoiceProfilesRequest.Builder
extends ChimeSdkVoiceRequest.Builder, SdkPojo, CopyableBuilder<ListVoiceProfilesRequest.Builder,ListVoiceProfilesRequest>
-
Method Summary
Modifier and TypeMethodDescriptionmaxResults
(Integer maxResults) The maximum number of results in the request.The token used to retrieve the next page of results.overrideConfiguration
(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Add an optional request override configuration.overrideConfiguration
(AwsRequestOverrideConfiguration overrideConfiguration) Add an optional request override configuration.voiceProfileDomainId
(String voiceProfileDomainId) The ID of the voice profile domain.Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
Methods inherited from interface software.amazon.awssdk.services.chimesdkvoice.model.ChimeSdkVoiceRequest.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 Details
-
voiceProfileDomainId
The ID of the voice profile domain.
- Parameters:
voiceProfileDomainId
- The ID of the voice profile domain.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
nextToken
The token used to retrieve the next page of results.
- Parameters:
nextToken
- The token used to retrieve the next page of results.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
maxResults
The maximum number of results in the request.
- Parameters:
maxResults
- The maximum number of results in the request.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
ListVoiceProfilesRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Description copied from interface:AwsRequest.Builder
Add an optional request override configuration.- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
- Parameters:
overrideConfiguration
- The override configuration.- Returns:
- This object for method chaining.
-
overrideConfiguration
ListVoiceProfilesRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Description copied from interface:AwsRequest.Builder
Add an optional request override configuration.- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
- Parameters:
builderConsumer
- AConsumer
to which an emptyAwsRequestOverrideConfiguration.Builder
will be given.- Returns:
- This object for method chaining.
-