public static interface GetTrafficDistributionResponse.Builder extends ConnectResponse.Builder, SdkPojo, CopyableBuilder<GetTrafficDistributionResponse.Builder,GetTrafficDistributionResponse>
| Modifier and Type | Method and Description |
|---|---|
GetTrafficDistributionResponse.Builder |
agentConfig(AgentConfig agentConfig)
The distribution of agents between the instance and its replica(s).
|
default GetTrafficDistributionResponse.Builder |
agentConfig(Consumer<AgentConfig.Builder> agentConfig)
The distribution of agents between the instance and its replica(s).
|
GetTrafficDistributionResponse.Builder |
arn(String arn)
The Amazon Resource Name (ARN) of the traffic distribution group.
|
GetTrafficDistributionResponse.Builder |
id(String id)
The identifier of the traffic distribution group.
|
default GetTrafficDistributionResponse.Builder |
signInConfig(Consumer<SignInConfig.Builder> signInConfig)
The distribution of allowing signing in to the instance and its replica(s).
|
GetTrafficDistributionResponse.Builder |
signInConfig(SignInConfig signInConfig)
The distribution of allowing signing in to the instance and its replica(s).
|
default GetTrafficDistributionResponse.Builder |
telephonyConfig(Consumer<TelephonyConfig.Builder> telephonyConfig)
The distribution of traffic between the instance and its replicas.
|
GetTrafficDistributionResponse.Builder |
telephonyConfig(TelephonyConfig telephonyConfig)
The distribution of traffic between the instance and its replicas.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildGetTrafficDistributionResponse.Builder telephonyConfig(TelephonyConfig telephonyConfig)
The distribution of traffic between the instance and its replicas.
telephonyConfig - The distribution of traffic between the instance and its replicas.default GetTrafficDistributionResponse.Builder telephonyConfig(Consumer<TelephonyConfig.Builder> telephonyConfig)
The distribution of traffic between the instance and its replicas.
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)GetTrafficDistributionResponse.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.GetTrafficDistributionResponse.Builder arn(String arn)
The Amazon Resource Name (ARN) of the traffic distribution group.
arn - The Amazon Resource Name (ARN) of the traffic distribution group.GetTrafficDistributionResponse.Builder signInConfig(SignInConfig signInConfig)
The distribution of allowing signing in to the instance and its replica(s).
signInConfig - The distribution of allowing signing in to the instance and its replica(s).default GetTrafficDistributionResponse.Builder signInConfig(Consumer<SignInConfig.Builder> signInConfig)
The distribution of allowing signing in to 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)GetTrafficDistributionResponse.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 GetTrafficDistributionResponse.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)Copyright © 2023. All rights reserved.