Interface GlobalResiliencyMetadata.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<GlobalResiliencyMetadata.Builder,,GlobalResiliencyMetadata> SdkBuilder<GlobalResiliencyMetadata.Builder,,GlobalResiliencyMetadata> SdkPojo
- Enclosing class:
GlobalResiliencyMetadata
@Mutable
@NotThreadSafe
public static interface GlobalResiliencyMetadata.Builder
extends SdkPojo, CopyableBuilder<GlobalResiliencyMetadata.Builder,GlobalResiliencyMetadata>
-
Method Summary
Modifier and TypeMethodDescriptionactiveRegion(String activeRegion) The current AWS region in which the contact is active.originRegion(String originRegion) The AWS region where the contact was originally created and initiated.trafficDistributionGroupId(String trafficDistributionGroupId) The identifier of the traffic distribution group.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
activeRegion
The current AWS region in which the contact is active. This indicates where the contact is being processed in real-time.
- Parameters:
activeRegion- The current AWS region in which the contact is active. This indicates where the contact is being processed in real-time.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
originRegion
The AWS region where the contact was originally created and initiated. This may differ from the ActiveRegion if the contact has been transferred across regions.
- Parameters:
originRegion- The AWS region where the contact was originally created and initiated. This may differ from the ActiveRegion if the contact has been transferred across regions.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
trafficDistributionGroupId
The identifier of the traffic distribution group.
- Parameters:
trafficDistributionGroupId- The identifier of the traffic distribution group.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-