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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DescribeReplicationSubnetGroupsResponse.Buildermarker(String marker)An optional pagination token provided by a previous request.DescribeReplicationSubnetGroupsResponse.BuilderreplicationSubnetGroups(Collection<ReplicationSubnetGroup> replicationSubnetGroups)A description of the replication subnet groups.DescribeReplicationSubnetGroupsResponse.BuilderreplicationSubnetGroups(Consumer<ReplicationSubnetGroup.Builder>... replicationSubnetGroups)A description of the replication subnet groups.DescribeReplicationSubnetGroupsResponse.BuilderreplicationSubnetGroups(ReplicationSubnetGroup... replicationSubnetGroups)A description of the replication subnet groups.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.services.databasemigration.model.DatabaseMigrationResponse.Builder
build, responseMetadata, responseMetadata
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
-
-
-
Method Detail
-
marker
DescribeReplicationSubnetGroupsResponse.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.- 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 to#replicationSubnetGroups(List.) - 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:
#replicationSubnetGroups(java.util.Collection)
-
-