Interface SourceRegion.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<SourceRegion.Builder,SourceRegion>,SdkBuilder<SourceRegion.Builder,SourceRegion>,SdkPojo
- Enclosing class:
- SourceRegion
public static interface SourceRegion.Builder extends SdkPojo, CopyableBuilder<SourceRegion.Builder,SourceRegion>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description SourceRegion.Builderendpoint(String endpoint)The endpoint for the source Amazon Web Services Region endpoint.SourceRegion.BuilderregionName(String regionName)The name of the source Amazon Web Services Region.SourceRegion.Builderstatus(String status)The status of the source Amazon Web Services Region.SourceRegion.BuildersupportsDBInstanceAutomatedBackupsReplication(Boolean supportsDBInstanceAutomatedBackupsReplication)Indicates whether the source Amazon Web Services Region supports replicating automated backups to the current Amazon Web Services Region.-
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, sdkFieldNameToField, sdkFields
-
-
-
-
Method Detail
-
regionName
SourceRegion.Builder regionName(String regionName)
The name of the source Amazon Web Services Region.
- Parameters:
regionName- The name of the source Amazon Web Services Region.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
endpoint
SourceRegion.Builder endpoint(String endpoint)
The endpoint for the source Amazon Web Services Region endpoint.
- Parameters:
endpoint- The endpoint for the source Amazon Web Services Region endpoint.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
status
SourceRegion.Builder status(String status)
The status of the source Amazon Web Services Region.
- Parameters:
status- The status of the source Amazon Web Services Region.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
supportsDBInstanceAutomatedBackupsReplication
SourceRegion.Builder supportsDBInstanceAutomatedBackupsReplication(Boolean supportsDBInstanceAutomatedBackupsReplication)
Indicates whether the source Amazon Web Services Region supports replicating automated backups to the current Amazon Web Services Region.
- Parameters:
supportsDBInstanceAutomatedBackupsReplication- Indicates whether the source Amazon Web Services Region supports replicating automated backups to the current Amazon Web Services Region.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-