Interface DescribeReplicationsRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<DescribeReplicationsRequest.Builder,DescribeReplicationsRequest>,DatabaseMigrationRequest.Builder,SdkBuilder<DescribeReplicationsRequest.Builder,DescribeReplicationsRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- DescribeReplicationsRequest
public static interface DescribeReplicationsRequest.Builder extends DatabaseMigrationRequest.Builder, SdkPojo, CopyableBuilder<DescribeReplicationsRequest.Builder,DescribeReplicationsRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DescribeReplicationsRequest.Builderfilters(Collection<Filter> filters)Filters applied to the replications.DescribeReplicationsRequest.Builderfilters(Consumer<Filter.Builder>... filters)Filters applied to the replications.DescribeReplicationsRequest.Builderfilters(Filter... filters)Filters applied to the replications.DescribeReplicationsRequest.Buildermarker(String marker)An optional pagination token provided by a previous request.DescribeReplicationsRequest.BuildermaxRecords(Integer maxRecords)The maximum number of records to include in the response.DescribeReplicationsRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)DescribeReplicationsRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)-
Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.services.databasemigration.model.DatabaseMigrationRequest.Builder
build
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
-
-
-
Method Detail
-
filters
DescribeReplicationsRequest.Builder filters(Collection<Filter> filters)
Filters applied to the replications.
- Parameters:
filters- Filters applied to the replications.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
filters
DescribeReplicationsRequest.Builder filters(Filter... filters)
Filters applied to the replications.
- Parameters:
filters- Filters applied to the replications.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
filters
DescribeReplicationsRequest.Builder filters(Consumer<Filter.Builder>... filters)
Filters applied to the replications.
This is a convenience method that creates an instance of theFilter.Builderavoiding the need to create one manually viaFilter.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed to#filters(List.) - Parameters:
filters- a consumer that will call methods onFilter.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
#filters(java.util.Collection)
-
maxRecords
DescribeReplicationsRequest.Builder maxRecords(Integer maxRecords)
The maximum number of records to include in the response. If more records exist than the specified
MaxRecordsvalue, a pagination token called a marker is included in the response so that the remaining results can be retrieved.- Parameters:
maxRecords- The maximum number of records to include in the response. If more records exist than the specifiedMaxRecordsvalue, a pagination token called a marker is included in the response so that the remaining results can be retrieved.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
marker
DescribeReplicationsRequest.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.
-
overrideConfiguration
DescribeReplicationsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
DescribeReplicationsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-