Interface SourceRegion.Builder
- All Superinterfaces:
- Buildable,- CopyableBuilder<SourceRegion.Builder,,- SourceRegion> - SdkBuilder<SourceRegion.Builder,,- SourceRegion> - SdkPojo
- Enclosing class:
- SourceRegion
@Mutable
@NotThreadSafe
public static interface SourceRegion.Builder
extends SdkPojo, CopyableBuilder<SourceRegion.Builder,SourceRegion> 
- 
Method SummaryModifier and TypeMethodDescriptionThe endpoint for the source Amazon Web Services Region endpoint.regionName(String regionName) The name of the source Amazon Web Services Region.The status of the source Amazon Web Services Region.supportsDBInstanceAutomatedBackupsReplication(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.CopyableBuildercopyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilderapplyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojoequalsBySdkFields, sdkFieldNameToField, sdkFields
- 
Method Details- 
regionNameThe 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.
 
- 
endpointThe 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.
 
- 
statusThe 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.
 
- 
supportsDBInstanceAutomatedBackupsReplicationSourceRegion.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.
 
 
-