public static interface TrafficDistributionGroup.Builder extends SdkPojo, CopyableBuilder<TrafficDistributionGroup.Builder,TrafficDistributionGroup>
| Modifier and Type | Method and Description |
|---|---|
TrafficDistributionGroup.Builder |
arn(String arn)
The Amazon Resource Name (ARN) of the traffic distribution group.
|
TrafficDistributionGroup.Builder |
description(String description)
The description of the traffic distribution group.
|
TrafficDistributionGroup.Builder |
id(String id)
The identifier of the traffic distribution group.
|
TrafficDistributionGroup.Builder |
instanceArn(String instanceArn)
The Amazon Resource Name (ARN).
|
TrafficDistributionGroup.Builder |
isDefault(Boolean isDefault)
Whether this is the default traffic distribution group created during instance replication.
|
TrafficDistributionGroup.Builder |
name(String name)
The name of the traffic distribution group.
|
TrafficDistributionGroup.Builder |
status(String status)
The status of the traffic distribution group.
|
TrafficDistributionGroup.Builder |
status(TrafficDistributionGroupStatus status)
The status of the traffic distribution group.
|
TrafficDistributionGroup.Builder |
tags(Map<String,String> tags)
The tags used to organize, track, or control access for this resource.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildTrafficDistributionGroup.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.TrafficDistributionGroup.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.TrafficDistributionGroup.Builder name(String name)
The name of the traffic distribution group.
name - The name of the traffic distribution group.TrafficDistributionGroup.Builder description(String description)
The description of the traffic distribution group.
description - The description of the traffic distribution group.TrafficDistributionGroup.Builder instanceArn(String instanceArn)
The Amazon Resource Name (ARN).
instanceArn - The Amazon Resource Name (ARN).TrafficDistributionGroup.Builder status(String status)
The status of the traffic distribution group.
CREATION_IN_PROGRESS means the previous CreateTrafficDistributionGroup operation is still in progress and has not yet completed.
ACTIVE means the previous CreateTrafficDistributionGroup operation has succeeded.
CREATION_FAILED indicates that the previous CreateTrafficDistributionGroup operation has failed.
PENDING_DELETION means the previous DeleteTrafficDistributionGroup operation is still in progress and has not yet completed.
DELETION_FAILED means the previous DeleteTrafficDistributionGroup operation has failed.
UPDATE_IN_PROGRESS means the previous UpdateTrafficDistributionGroup operation is still in progress and has not yet completed.
status - The status of the traffic distribution group.
CREATION_IN_PROGRESS means the previous CreateTrafficDistributionGroup operation is still in progress and has not yet completed.
ACTIVE means the previous CreateTrafficDistributionGroup operation has succeeded.
CREATION_FAILED indicates that the previous CreateTrafficDistributionGroup operation has failed.
PENDING_DELETION means the previous DeleteTrafficDistributionGroup operation is still in progress and has not yet completed.
DELETION_FAILED means the previous DeleteTrafficDistributionGroup operation has failed.
UPDATE_IN_PROGRESS means the previous UpdateTrafficDistributionGroup operation is still in progress and has not yet completed.
TrafficDistributionGroupStatus,
TrafficDistributionGroupStatusTrafficDistributionGroup.Builder status(TrafficDistributionGroupStatus status)
The status of the traffic distribution group.
CREATION_IN_PROGRESS means the previous CreateTrafficDistributionGroup operation is still in progress and has not yet completed.
ACTIVE means the previous CreateTrafficDistributionGroup operation has succeeded.
CREATION_FAILED indicates that the previous CreateTrafficDistributionGroup operation has failed.
PENDING_DELETION means the previous DeleteTrafficDistributionGroup operation is still in progress and has not yet completed.
DELETION_FAILED means the previous DeleteTrafficDistributionGroup operation has failed.
UPDATE_IN_PROGRESS means the previous UpdateTrafficDistributionGroup operation is still in progress and has not yet completed.
status - The status of the traffic distribution group.
CREATION_IN_PROGRESS means the previous CreateTrafficDistributionGroup operation is still in progress and has not yet completed.
ACTIVE means the previous CreateTrafficDistributionGroup operation has succeeded.
CREATION_FAILED indicates that the previous CreateTrafficDistributionGroup operation has failed.
PENDING_DELETION means the previous DeleteTrafficDistributionGroup operation is still in progress and has not yet completed.
DELETION_FAILED means the previous DeleteTrafficDistributionGroup operation has failed.
UPDATE_IN_PROGRESS means the previous UpdateTrafficDistributionGroup operation is still in progress and has not yet completed.
TrafficDistributionGroupStatus,
TrafficDistributionGroupStatusTrafficDistributionGroup.Builder tags(Map<String,String> tags)
The tags used to organize, track, or control access for this resource. For example, { "tags": {"key1":"value1", "key2":"value2"} }.
tags - The tags used to organize, track, or control access for this resource. For example, { "tags":
{"key1":"value1", "key2":"value2"} }.TrafficDistributionGroup.Builder isDefault(Boolean isDefault)
Whether this is the default traffic distribution group created during instance replication. The default
traffic distribution group cannot be deleted by the DeleteTrafficDistributionGroup API. The
default traffic distribution group is deleted as part of the process for deleting a replica.
You can change the SignInConfig distribution only for a default
TrafficDistributionGroup (see the IsDefault parameter in the TrafficDistributionGroup data type). If you call UpdateTrafficDistribution with a modified
SignInConfig and a non-default TrafficDistributionGroup, an
InvalidRequestException is returned.
isDefault - Whether this is the default traffic distribution group created during instance replication. The
default traffic distribution group cannot be deleted by the
DeleteTrafficDistributionGroup API. The default traffic distribution group is deleted as
part of the process for deleting a replica.
You can change the SignInConfig distribution only for a default
TrafficDistributionGroup (see the IsDefault parameter in the TrafficDistributionGroup data type). If you call UpdateTrafficDistribution with a
modified SignInConfig and a non-default TrafficDistributionGroup, an
InvalidRequestException is returned.
Copyright © 2023. All rights reserved.