Interface CreateProxySessionRequest.Builder
- All Superinterfaces:
AwsRequest.Builder
,Buildable
,ChimeSdkVoiceRequest.Builder
,CopyableBuilder<CreateProxySessionRequest.Builder,
,CreateProxySessionRequest> SdkBuilder<CreateProxySessionRequest.Builder,
,CreateProxySessionRequest> SdkPojo
,SdkRequest.Builder
- Enclosing class:
CreateProxySessionRequest
-
Method Summary
Modifier and TypeMethodDescriptioncapabilities
(Collection<Capability> capabilities) The proxy session's capabilities.capabilities
(Capability... capabilities) The proxy session's capabilities.capabilitiesWithStrings
(String... capabilities) The proxy session's capabilities.capabilitiesWithStrings
(Collection<String> capabilities) The proxy session's capabilities.expiryMinutes
(Integer expiryMinutes) The number of minutes allowed for the proxy session.geoMatchLevel
(String geoMatchLevel) The preference for matching the country or area code of the proxy phone number with that of the first participant.geoMatchLevel
(GeoMatchLevel geoMatchLevel) The preference for matching the country or area code of the proxy phone number with that of the first participant.geoMatchParams
(Consumer<GeoMatchParams.Builder> geoMatchParams) The country and area code for the proxy phone number.geoMatchParams
(GeoMatchParams geoMatchParams) The country and area code for the proxy phone number.The name of the proxy session.numberSelectionBehavior
(String numberSelectionBehavior) The preference for proxy phone number reuse, or stickiness, between the same participants across sessions.numberSelectionBehavior
(NumberSelectionBehavior numberSelectionBehavior) The preference for proxy phone number reuse, or stickiness, between the same participants across sessions.overrideConfiguration
(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Add an optional request override configuration.overrideConfiguration
(AwsRequestOverrideConfiguration overrideConfiguration) Add an optional request override configuration.participantPhoneNumbers
(String... participantPhoneNumbers) The participant phone numbers.participantPhoneNumbers
(Collection<String> participantPhoneNumbers) The participant phone numbers.voiceConnectorId
(String voiceConnectorId) The Voice Connector ID.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
-
voiceConnectorId
The Voice Connector ID.
- Parameters:
voiceConnectorId
- The Voice Connector ID.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
participantPhoneNumbers
CreateProxySessionRequest.Builder participantPhoneNumbers(Collection<String> participantPhoneNumbers) The participant phone numbers.
- Parameters:
participantPhoneNumbers
- The participant phone numbers.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
participantPhoneNumbers
The participant phone numbers.
- Parameters:
participantPhoneNumbers
- The participant phone numbers.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
name
The name of the proxy session.
- Parameters:
name
- The name of the proxy session.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
expiryMinutes
The number of minutes allowed for the proxy session.
- Parameters:
expiryMinutes
- The number of minutes allowed for the proxy session.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
capabilitiesWithStrings
The proxy session's capabilities.
- Parameters:
capabilities
- The proxy session's capabilities.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
capabilitiesWithStrings
The proxy session's capabilities.
- Parameters:
capabilities
- The proxy session's capabilities.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
capabilities
The proxy session's capabilities.
- Parameters:
capabilities
- The proxy session's capabilities.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
capabilities
The proxy session's capabilities.
- Parameters:
capabilities
- The proxy session's capabilities.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
numberSelectionBehavior
The preference for proxy phone number reuse, or stickiness, between the same participants across sessions.
- Parameters:
numberSelectionBehavior
- The preference for proxy phone number reuse, or stickiness, between the same participants across sessions.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
numberSelectionBehavior
CreateProxySessionRequest.Builder numberSelectionBehavior(NumberSelectionBehavior numberSelectionBehavior) The preference for proxy phone number reuse, or stickiness, between the same participants across sessions.
- Parameters:
numberSelectionBehavior
- The preference for proxy phone number reuse, or stickiness, between the same participants across sessions.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
geoMatchLevel
The preference for matching the country or area code of the proxy phone number with that of the first participant.
- Parameters:
geoMatchLevel
- The preference for matching the country or area code of the proxy phone number with that of the first participant.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
geoMatchLevel
The preference for matching the country or area code of the proxy phone number with that of the first participant.
- Parameters:
geoMatchLevel
- The preference for matching the country or area code of the proxy phone number with that of the first participant.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
geoMatchParams
The country and area code for the proxy phone number.
- Parameters:
geoMatchParams
- The country and area code for the proxy phone number.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
geoMatchParams
default CreateProxySessionRequest.Builder geoMatchParams(Consumer<GeoMatchParams.Builder> geoMatchParams) The country and area code for the proxy phone number.
This is a convenience method that creates an instance of theGeoMatchParams.Builder
avoiding the need to create one manually viaGeoMatchParams.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed togeoMatchParams(GeoMatchParams)
.- Parameters:
geoMatchParams
- a consumer that will call methods onGeoMatchParams.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
overrideConfiguration
CreateProxySessionRequest.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
CreateProxySessionRequest.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.
-