public static interface DescribeSourceRegionsResponse.Builder extends RdsResponse.Builder, SdkPojo, CopyableBuilder<DescribeSourceRegionsResponse.Builder,DescribeSourceRegionsResponse>
| Modifier and Type | Method and 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 Amazon Web Services Region that the
current Amazon Web Services Region can get a read replica or a DB snapshot from. |
DescribeSourceRegionsResponse.Builder |
sourceRegions(Consumer<SourceRegion.Builder>... sourceRegions)
A list of
SourceRegion instances that contains each source Amazon Web Services Region that the
current Amazon Web Services 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 Amazon Web Services Region that the
current Amazon Web Services Region can get a read replica or a DB snapshot from. |
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildDescribeSourceRegionsResponse.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 Amazon Web Services Region that the
current Amazon Web Services Region can get a read replica or a DB snapshot from.
sourceRegions - A list of SourceRegion instances that contains each source Amazon Web Services Region
that the current Amazon Web Services 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 Amazon Web Services Region that the
current Amazon Web Services Region can get a read replica or a DB snapshot from.
sourceRegions - A list of SourceRegion instances that contains each source Amazon Web Services Region
that the current Amazon Web Services Region can get a read replica or a DB snapshot from.DescribeSourceRegionsResponse.Builder sourceRegions(Consumer<SourceRegion.Builder>... sourceRegions)
A list of SourceRegion instances that contains each source Amazon Web Services Region that the
current Amazon Web Services Region can get a read replica or a DB snapshot from.
SourceRegion.Builder avoiding the need to create one
manually via SourceRegion.builder().
When the Consumer completes,
SdkBuilder.build() is called immediately and its
result is passed to #sourceRegions(List.
sourceRegions - a consumer that will call methods on
SourceRegion.Builder#sourceRegions(java.util.Collection) Copyright © 2023. All rights reserved.