CopyableBuilder<DescribeSourceRegionsResponse.Builder,DescribeSourceRegionsResponse>
, SdkBuilder<DescribeSourceRegionsResponse.Builder,DescribeSourceRegionsResponse>
public static interface DescribeSourceRegionsResponse.Builder extends CopyableBuilder<DescribeSourceRegionsResponse.Builder,DescribeSourceRegionsResponse>
Modifier and Type | Method | Description |
---|---|---|
DescribeSourceRegionsResponse.Builder |
marker(String marker) |
An optional pagination token provided by a previous request.
|
DescribeSourceRegionsResponse.Builder |
sourceRegions(Collection<SourceRegion> sourceRegions) |
A list of SourceRegion instances that contains each source AWS Region that the current region can get a Read
Replica or a DB snapshot from.
|
DescribeSourceRegionsResponse.Builder |
sourceRegions(SourceRegion... sourceRegions) |
A list of SourceRegion instances that contains each source AWS Region that the current region can get a Read
Replica or a DB snapshot from.
|
copy
apply, build
DescribeSourceRegionsResponse.Builder marker(String marker)
An optional pagination token provided by a previous request. If this parameter is specified, the response
includes only records beyond the marker, up to the value specified by MaxRecords
.
marker
- An optional pagination token provided by a previous request. If this parameter is specified, the
response includes only records beyond the marker, up to the value specified by MaxRecords
.DescribeSourceRegionsResponse.Builder sourceRegions(Collection<SourceRegion> sourceRegions)
A list of SourceRegion instances that contains each source AWS Region that the current region can get a Read Replica or a DB snapshot from.
sourceRegions
- A list of SourceRegion instances that contains each source AWS Region that the current region can get
a Read Replica or a DB snapshot from.DescribeSourceRegionsResponse.Builder sourceRegions(SourceRegion... sourceRegions)
A list of SourceRegion instances that contains each source AWS Region that the current region can get a Read Replica or a DB snapshot from.
NOTE: This method appends the values to the existing list (if any). Use
#setSourceRegions(java.util.Collection)
or #withSourceRegions(java.util.Collection)
if you
want to override the existing values.
sourceRegions
- A list of SourceRegion instances that contains each source AWS Region that the current region can get
a Read Replica or a DB snapshot from.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.