public static interface TrafficDistributionGroupSummary.Builder extends SdkPojo, CopyableBuilder<TrafficDistributionGroupSummary.Builder,TrafficDistributionGroupSummary>
| Modifier and Type | Method and Description |
|---|---|
TrafficDistributionGroupSummary.Builder |
arn(String arn)
The Amazon Resource Name (ARN) of the traffic distribution group.
|
TrafficDistributionGroupSummary.Builder |
id(String id)
The identifier of the traffic distribution group.
|
TrafficDistributionGroupSummary.Builder |
instanceArn(String instanceArn)
The Amazon Resource Name (ARN) of the traffic distribution group.
|
TrafficDistributionGroupSummary.Builder |
isDefault(Boolean isDefault)
Whether this is the default traffic distribution group created during instance replication.
|
TrafficDistributionGroupSummary.Builder |
name(String name)
The name of the traffic distribution group.
|
TrafficDistributionGroupSummary.Builder |
status(String status)
The status of the traffic distribution group.
|
TrafficDistributionGroupSummary.Builder |
status(TrafficDistributionGroupStatus status)
The status of the traffic distribution group.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildTrafficDistributionGroupSummary.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.TrafficDistributionGroupSummary.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.TrafficDistributionGroupSummary.Builder name(String name)
The name of the traffic distribution group.
name - The name of the traffic distribution group.TrafficDistributionGroupSummary.Builder instanceArn(String instanceArn)
The Amazon Resource Name (ARN) of the traffic distribution group.
instanceArn - The Amazon Resource Name (ARN) of the traffic distribution group.TrafficDistributionGroupSummary.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,
TrafficDistributionGroupStatusTrafficDistributionGroupSummary.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,
TrafficDistributionGroupStatusTrafficDistributionGroupSummary.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.
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.Copyright © 2023. All rights reserved.