public static interface UpdateTrafficDistributionRequest.Builder extends ConnectRequest.Builder, SdkPojo, CopyableBuilder<UpdateTrafficDistributionRequest.Builder,UpdateTrafficDistributionRequest>
| Modifier and Type | Method and Description |
|---|---|
UpdateTrafficDistributionRequest.Builder |
id(String id)
The identifier of the traffic distribution group.
|
UpdateTrafficDistributionRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
UpdateTrafficDistributionRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
default UpdateTrafficDistributionRequest.Builder |
telephonyConfig(Consumer<TelephonyConfig.Builder> telephonyConfig)
The distribution of traffic between the instance and its replica(s).
|
UpdateTrafficDistributionRequest.Builder |
telephonyConfig(TelephonyConfig telephonyConfig)
The distribution of traffic between the instance and its replica(s).
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildUpdateTrafficDistributionRequest.Builder id(String id)
The identifier of the traffic distribution group. This can be the ID or the ARN if the API is being called in the Region where the traffic distribution group was created. The ARN must be provided if the call is from the replicated Region.
id - The identifier of the traffic distribution group. This can be the ID or the ARN if the API is being
called in the Region where the traffic distribution group was created. The ARN must be provided if the
call is from the replicated Region.UpdateTrafficDistributionRequest.Builder telephonyConfig(TelephonyConfig telephonyConfig)
The distribution of traffic between the instance and its replica(s).
telephonyConfig - The distribution of traffic between the instance and its replica(s).default UpdateTrafficDistributionRequest.Builder telephonyConfig(Consumer<TelephonyConfig.Builder> telephonyConfig)
The distribution of traffic between the instance and its replica(s).
This is a convenience method that creates an instance of theTelephonyConfig.Builder avoiding the
need to create one manually via TelephonyConfig.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to telephonyConfig(TelephonyConfig).
telephonyConfig - a consumer that will call methods on TelephonyConfig.BuildertelephonyConfig(TelephonyConfig)UpdateTrafficDistributionRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderUpdateTrafficDistributionRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.