Interface DescribeReplicationConfigsRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<DescribeReplicationConfigsRequest.Builder,DescribeReplicationConfigsRequest>,DatabaseMigrationRequest.Builder,SdkBuilder<DescribeReplicationConfigsRequest.Builder,DescribeReplicationConfigsRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- DescribeReplicationConfigsRequest
@Mutable @NotThreadSafe public static interface DescribeReplicationConfigsRequest.Builder extends DatabaseMigrationRequest.Builder, SdkPojo, CopyableBuilder<DescribeReplicationConfigsRequest.Builder,DescribeReplicationConfigsRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DescribeReplicationConfigsRequest.Builderfilters(Collection<Filter> filters)Filters applied to the replication configs.DescribeReplicationConfigsRequest.Builderfilters(Consumer<Filter.Builder>... filters)Filters applied to the replication configs.DescribeReplicationConfigsRequest.Builderfilters(Filter... filters)Filters applied to the replication configs.DescribeReplicationConfigsRequest.Buildermarker(String marker)An optional pagination token provided by a previous request.DescribeReplicationConfigsRequest.BuildermaxRecords(Integer maxRecords)The maximum number of records to include in the response.DescribeReplicationConfigsRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)DescribeReplicationConfigsRequest.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, sdkFieldNameToField, sdkFields
-
-
-
-
Method Detail
-
filters
DescribeReplicationConfigsRequest.Builder filters(Collection<Filter> filters)
Filters applied to the replication configs.
- Parameters:
filters- Filters applied to the replication configs.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
filters
DescribeReplicationConfigsRequest.Builder filters(Filter... filters)
Filters applied to the replication configs.
- Parameters:
filters- Filters applied to the replication configs.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
filters
DescribeReplicationConfigsRequest.Builder filters(Consumer<Filter.Builder>... filters)
Filters applied to the replication configs.
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
DescribeReplicationConfigsRequest.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
DescribeReplicationConfigsRequest.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
DescribeReplicationConfigsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
DescribeReplicationConfigsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-