Interface CreateTrafficDistributionGroupResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,Buildable,ConnectResponse.Builder,CopyableBuilder<CreateTrafficDistributionGroupResponse.Builder,CreateTrafficDistributionGroupResponse>,SdkBuilder<CreateTrafficDistributionGroupResponse.Builder,CreateTrafficDistributionGroupResponse>,SdkPojo,SdkResponse.Builder
- Enclosing class:
- CreateTrafficDistributionGroupResponse
public static interface CreateTrafficDistributionGroupResponse.Builder extends ConnectResponse.Builder, SdkPojo, CopyableBuilder<CreateTrafficDistributionGroupResponse.Builder,CreateTrafficDistributionGroupResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description CreateTrafficDistributionGroupResponse.Builderarn(String arn)The Amazon Resource Name (ARN) of the traffic distribution group.CreateTrafficDistributionGroupResponse.Builderid(String id)The identifier of the traffic distribution group.-
Methods inherited from interface software.amazon.awssdk.services.connect.model.ConnectResponse.Builder
build, responseMetadata, responseMetadata
-
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, sdkFields
-
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
-
-
-
Method Detail
-
id
CreateTrafficDistributionGroupResponse.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.
- Parameters:
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.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
arn
CreateTrafficDistributionGroupResponse.Builder arn(String arn)
The Amazon Resource Name (ARN) of the traffic distribution group.
- Parameters:
arn- The Amazon Resource Name (ARN) of the traffic distribution group.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-