public static interface UpdateTrafficDistributionRequest.Builder extends ConnectRequest.Builder, SdkPojo, CopyableBuilder<UpdateTrafficDistributionRequest.Builder,UpdateTrafficDistributionRequest>
| Modifier and Type | Method and Description |
|---|---|
UpdateTrafficDistributionRequest.Builder |
agentConfig(AgentConfig agentConfig)
The distribution of agents between the instance and its replica(s).
|
default UpdateTrafficDistributionRequest.Builder |
agentConfig(Consumer<AgentConfig.Builder> agentConfig)
The distribution of agents between the instance and its replica(s).
|
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 |
signInConfig(Consumer<SignInConfig.Builder> signInConfig)
The distribution that determines which Amazon Web Services Regions should be used to sign in agents in to
both the instance and its replica(s).
|
UpdateTrafficDistributionRequest.Builder |
signInConfig(SignInConfig signInConfig)
The distribution that determines which Amazon Web Services Regions should be used to sign in agents in to
both 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).
|
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 signInConfig(SignInConfig signInConfig)
The distribution that determines which Amazon Web Services Regions should be used to sign in agents in to both the instance and its replica(s).
signInConfig - The distribution that determines which Amazon Web Services Regions should be used to sign in agents in
to both the instance and its replica(s).default UpdateTrafficDistributionRequest.Builder signInConfig(Consumer<SignInConfig.Builder> signInConfig)
The distribution that determines which Amazon Web Services Regions should be used to sign in agents in to both the instance and its replica(s).
This is a convenience method that creates an instance of theSignInConfig.Builder avoiding the need
to create one manually via SignInConfig.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to signInConfig(SignInConfig).
signInConfig - a consumer that will call methods on SignInConfig.BuildersignInConfig(SignInConfig)UpdateTrafficDistributionRequest.Builder agentConfig(AgentConfig agentConfig)
The distribution of agents between the instance and its replica(s).
agentConfig - The distribution of agents between the instance and its replica(s).default UpdateTrafficDistributionRequest.Builder agentConfig(Consumer<AgentConfig.Builder> agentConfig)
The distribution of agents between the instance and its replica(s).
This is a convenience method that creates an instance of theAgentConfig.Builder avoiding the need to
create one manually via AgentConfig.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its result
is passed to agentConfig(AgentConfig).
agentConfig - a consumer that will call methods on AgentConfig.BuilderagentConfig(AgentConfig)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.