public static interface SourceRegion.Builder extends SdkPojo, CopyableBuilder<SourceRegion.Builder,SourceRegion>
| Modifier and Type | Method and Description |
|---|---|
SourceRegion.Builder |
endpoint(String endpoint)
The endpoint for the source AWS Region endpoint.
|
SourceRegion.Builder |
regionName(String regionName)
The name of the source AWS Region.
|
SourceRegion.Builder |
status(String status)
The status of the source AWS Region.
|
SourceRegion.Builder |
supportsDBInstanceAutomatedBackupsReplication(Boolean supportsDBInstanceAutomatedBackupsReplication)
Whether the source AWS Region supports replicating automated backups to the current AWS Region.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildSourceRegion.Builder regionName(String regionName)
The name of the source AWS Region.
regionName - The name of the source AWS Region.SourceRegion.Builder endpoint(String endpoint)
The endpoint for the source AWS Region endpoint.
endpoint - The endpoint for the source AWS Region endpoint.SourceRegion.Builder status(String status)
The status of the source AWS Region.
status - The status of the source AWS Region.SourceRegion.Builder supportsDBInstanceAutomatedBackupsReplication(Boolean supportsDBInstanceAutomatedBackupsReplication)
Whether the source AWS Region supports replicating automated backups to the current AWS Region.
supportsDBInstanceAutomatedBackupsReplication - Whether the source AWS Region supports replicating automated backups to the current AWS Region.Copyright © 2021. All rights reserved.