Interface ListVoiceProfilesRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,ChimeSdkVoiceRequest.Builder,CopyableBuilder<ListVoiceProfilesRequest.Builder,ListVoiceProfilesRequest>,SdkBuilder<ListVoiceProfilesRequest.Builder,ListVoiceProfilesRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- ListVoiceProfilesRequest
public static interface ListVoiceProfilesRequest.Builder extends ChimeSdkVoiceRequest.Builder, SdkPojo, CopyableBuilder<ListVoiceProfilesRequest.Builder,ListVoiceProfilesRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ListVoiceProfilesRequest.BuildermaxResults(Integer maxResults)The maximum number of results in the request.ListVoiceProfilesRequest.BuildernextToken(String nextToken)The token used to retrieve the next page of results.ListVoiceProfilesRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)ListVoiceProfilesRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)ListVoiceProfilesRequest.BuildervoiceProfileDomainId(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 Detail
-
voiceProfileDomainId
ListVoiceProfilesRequest.Builder voiceProfileDomainId(String 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
ListVoiceProfilesRequest.Builder nextToken(String 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
ListVoiceProfilesRequest.Builder maxResults(Integer 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)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
ListVoiceProfilesRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-