Interface DescribeReplicationSubnetGroupsResponse.Builder
- All Superinterfaces:
 AwsResponse.Builder,Buildable,CopyableBuilder<DescribeReplicationSubnetGroupsResponse.Builder,,DescribeReplicationSubnetGroupsResponse> DatabaseMigrationResponse.Builder,SdkBuilder<DescribeReplicationSubnetGroupsResponse.Builder,,DescribeReplicationSubnetGroupsResponse> SdkPojo,SdkResponse.Builder
- Enclosing class:
 DescribeReplicationSubnetGroupsResponse
public static interface DescribeReplicationSubnetGroupsResponse.Builder
extends DatabaseMigrationResponse.Builder, SdkPojo, CopyableBuilder<DescribeReplicationSubnetGroupsResponse.Builder,DescribeReplicationSubnetGroupsResponse> 
- 
Method Summary
Modifier and TypeMethodDescriptionAn optional pagination token provided by a previous request.replicationSubnetGroups(Collection<ReplicationSubnetGroup> replicationSubnetGroups) A description of the replication subnet groups.replicationSubnetGroups(Consumer<ReplicationSubnetGroup.Builder>... replicationSubnetGroups) A description of the replication subnet groups.replicationSubnetGroups(ReplicationSubnetGroup... replicationSubnetGroups) A description of the replication subnet groups.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.services.databasemigration.model.DatabaseMigrationResponse.Builder
build, responseMetadata, responseMetadataMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFieldsMethods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse 
- 
Method Details
- 
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.- Parameters:
 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 byMaxRecords.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
replicationSubnetGroups
DescribeReplicationSubnetGroupsResponse.Builder replicationSubnetGroups(Collection<ReplicationSubnetGroup> replicationSubnetGroups) A description of the replication subnet groups.
- Parameters:
 replicationSubnetGroups- A description of the replication subnet groups.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
replicationSubnetGroups
DescribeReplicationSubnetGroupsResponse.Builder replicationSubnetGroups(ReplicationSubnetGroup... replicationSubnetGroups) A description of the replication subnet groups.
- Parameters:
 replicationSubnetGroups- A description of the replication subnet groups.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
replicationSubnetGroups
DescribeReplicationSubnetGroupsResponse.Builder replicationSubnetGroups(Consumer<ReplicationSubnetGroup.Builder>... replicationSubnetGroups) A description of the replication subnet groups.
This is a convenience method that creates an instance of theReplicationSubnetGroup.Builderavoiding the need to create one manually viaReplicationSubnetGroup.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed toreplicationSubnetGroups(List<ReplicationSubnetGroup>).- Parameters:
 replicationSubnetGroups- a consumer that will call methods onReplicationSubnetGroup.Builder- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 - See Also:
 
 
 -