Interface DescribeDataMigrationsRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<DescribeDataMigrationsRequest.Builder,DescribeDataMigrationsRequest>,DatabaseMigrationRequest.Builder,SdkBuilder<DescribeDataMigrationsRequest.Builder,DescribeDataMigrationsRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- DescribeDataMigrationsRequest
@Mutable @NotThreadSafe public static interface DescribeDataMigrationsRequest.Builder extends DatabaseMigrationRequest.Builder, SdkPojo, CopyableBuilder<DescribeDataMigrationsRequest.Builder,DescribeDataMigrationsRequest>
-
-
Method Summary
-
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
DescribeDataMigrationsRequest.Builder filters(Collection<Filter> filters)
Filters applied to the data migrations.
- Parameters:
filters- Filters applied to the data migrations.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
filters
DescribeDataMigrationsRequest.Builder filters(Filter... filters)
Filters applied to the data migrations.
- Parameters:
filters- Filters applied to the data migrations.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
filters
DescribeDataMigrationsRequest.Builder filters(Consumer<Filter.Builder>... filters)
Filters applied to the data migrations.
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
DescribeDataMigrationsRequest.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
DescribeDataMigrationsRequest.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.
-
withoutSettings
DescribeDataMigrationsRequest.Builder withoutSettings(Boolean withoutSettings)
An option to set to avoid returning information about settings. Use this to reduce overhead when setting information is too large. To use this option, choose
true; otherwise, choosefalse(the default).- Parameters:
withoutSettings- An option to set to avoid returning information about settings. Use this to reduce overhead when setting information is too large. To use this option, choosetrue; otherwise, choosefalse(the default).- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
withoutStatistics
DescribeDataMigrationsRequest.Builder withoutStatistics(Boolean withoutStatistics)
An option to set to avoid returning information about statistics. Use this to reduce overhead when statistics information is too large. To use this option, choose
true; otherwise, choosefalse(the default).- Parameters:
withoutStatistics- An option to set to avoid returning information about statistics. Use this to reduce overhead when statistics information is too large. To use this option, choosetrue; otherwise, choosefalse(the default).- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
DescribeDataMigrationsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
DescribeDataMigrationsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-