public static interface GetTrafficDistributionResponse.Builder extends ConnectResponse.Builder, SdkPojo, CopyableBuilder<GetTrafficDistributionResponse.Builder,GetTrafficDistributionResponse>
| Modifier and Type | Method and Description |
|---|---|
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 |
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.Copyright © 2023. All rights reserved.