public static interface SourceRegion.Builder extends 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.
|
copyapply, 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.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.