Interface DescribeReplicationsResponse.Builder
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<DescribeReplicationsResponse.Builder,,DescribeReplicationsResponse> DatabaseMigrationResponse.Builder,SdkBuilder<DescribeReplicationsResponse.Builder,,DescribeReplicationsResponse> SdkPojo,SdkResponse.Builder
- Enclosing class:
DescribeReplicationsResponse
public static interface DescribeReplicationsResponse.Builder
extends DatabaseMigrationResponse.Builder, SdkPojo, CopyableBuilder<DescribeReplicationsResponse.Builder,DescribeReplicationsResponse>
-
Method Summary
Modifier and TypeMethodDescriptionAn optional pagination token provided by a previous request.replications(Collection<Replication> replications) The replication descriptions.replications(Consumer<Replication.Builder>... replications) The replication descriptions.replications(Replication... replications) The replication descriptions.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, 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.
-
replications
The replication descriptions.
- Parameters:
replications- The replication descriptions.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
replications
The replication descriptions.
- Parameters:
replications- The replication descriptions.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
replications
The replication descriptions.
This is a convenience method that creates an instance of theReplication.Builderavoiding the need to create one manually viaReplication.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed toreplications(List<Replication>).- Parameters:
replications- a consumer that will call methods onReplication.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-