Interface TrafficDistributionGroupSummary.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<TrafficDistributionGroupSummary.Builder,TrafficDistributionGroupSummary>,SdkBuilder<TrafficDistributionGroupSummary.Builder,TrafficDistributionGroupSummary>,SdkPojo
- Enclosing class:
- TrafficDistributionGroupSummary
public static interface TrafficDistributionGroupSummary.Builder extends SdkPojo, CopyableBuilder<TrafficDistributionGroupSummary.Builder,TrafficDistributionGroupSummary>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description TrafficDistributionGroupSummary.Builderarn(String arn)The Amazon Resource Name (ARN) of the traffic distribution group.TrafficDistributionGroupSummary.Builderid(String id)The identifier of the traffic distribution group.TrafficDistributionGroupSummary.BuilderinstanceArn(String instanceArn)The Amazon Resource Name (ARN) of the traffic distribution group.TrafficDistributionGroupSummary.BuilderisDefault(Boolean isDefault)Whether this is the default traffic distribution group created during instance replication.TrafficDistributionGroupSummary.Buildername(String name)The name of the traffic distribution group.TrafficDistributionGroupSummary.Builderstatus(String status)The status of the traffic distribution group.TrafficDistributionGroupSummary.Builderstatus(TrafficDistributionGroupStatus status)The status of the traffic distribution group.-
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
-
-
-
-
Method Detail
-
id
TrafficDistributionGroupSummary.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
TrafficDistributionGroupSummary.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.
-
name
TrafficDistributionGroupSummary.Builder name(String name)
The name of the traffic distribution group.
- Parameters:
name- The name of the traffic distribution group.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
instanceArn
TrafficDistributionGroupSummary.Builder instanceArn(String instanceArn)
The Amazon Resource Name (ARN) of the traffic distribution group.
- Parameters:
instanceArn- 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.
-
status
TrafficDistributionGroupSummary.Builder status(String status)
The status of the traffic distribution group.
-
CREATION_IN_PROGRESSmeans the previous CreateTrafficDistributionGroup operation is still in progress and has not yet completed. -
ACTIVEmeans the previous CreateTrafficDistributionGroup operation has succeeded. -
CREATION_FAILEDindicates that the previous CreateTrafficDistributionGroup operation has failed. -
PENDING_DELETIONmeans the previous DeleteTrafficDistributionGroup operation is still in progress and has not yet completed. -
DELETION_FAILEDmeans the previous DeleteTrafficDistributionGroup operation has failed. -
UPDATE_IN_PROGRESSmeans the previous UpdateTrafficDistributionGroup operation is still in progress and has not yet completed.
- Parameters:
status- The status of the traffic distribution group.-
CREATION_IN_PROGRESSmeans the previous CreateTrafficDistributionGroup operation is still in progress and has not yet completed. -
ACTIVEmeans the previous CreateTrafficDistributionGroup operation has succeeded. -
CREATION_FAILEDindicates that the previous CreateTrafficDistributionGroup operation has failed. -
PENDING_DELETIONmeans the previous DeleteTrafficDistributionGroup operation is still in progress and has not yet completed. -
DELETION_FAILEDmeans the previous DeleteTrafficDistributionGroup operation has failed. -
UPDATE_IN_PROGRESSmeans the previous UpdateTrafficDistributionGroup operation is still in progress and has not yet completed.
-
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
TrafficDistributionGroupStatus,TrafficDistributionGroupStatus
-
-
status
TrafficDistributionGroupSummary.Builder status(TrafficDistributionGroupStatus status)
The status of the traffic distribution group.
-
CREATION_IN_PROGRESSmeans the previous CreateTrafficDistributionGroup operation is still in progress and has not yet completed. -
ACTIVEmeans the previous CreateTrafficDistributionGroup operation has succeeded. -
CREATION_FAILEDindicates that the previous CreateTrafficDistributionGroup operation has failed. -
PENDING_DELETIONmeans the previous DeleteTrafficDistributionGroup operation is still in progress and has not yet completed. -
DELETION_FAILEDmeans the previous DeleteTrafficDistributionGroup operation has failed. -
UPDATE_IN_PROGRESSmeans the previous UpdateTrafficDistributionGroup operation is still in progress and has not yet completed.
- Parameters:
status- The status of the traffic distribution group.-
CREATION_IN_PROGRESSmeans the previous CreateTrafficDistributionGroup operation is still in progress and has not yet completed. -
ACTIVEmeans the previous CreateTrafficDistributionGroup operation has succeeded. -
CREATION_FAILEDindicates that the previous CreateTrafficDistributionGroup operation has failed. -
PENDING_DELETIONmeans the previous DeleteTrafficDistributionGroup operation is still in progress and has not yet completed. -
DELETION_FAILEDmeans the previous DeleteTrafficDistributionGroup operation has failed. -
UPDATE_IN_PROGRESSmeans the previous UpdateTrafficDistributionGroup operation is still in progress and has not yet completed.
-
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
TrafficDistributionGroupStatus,TrafficDistributionGroupStatus
-
-
isDefault
TrafficDistributionGroupSummary.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
DeleteTrafficDistributionGroupAPI. The default traffic distribution group is deleted as part of the process for deleting a replica.- Parameters:
isDefault- Whether this is the default traffic distribution group created during instance replication. The default traffic distribution group cannot be deleted by theDeleteTrafficDistributionGroupAPI. The default traffic distribution group is deleted as part of the process for deleting a replica.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-