Interface DescribeMetadataModelCreationsRequest.Builder
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<DescribeMetadataModelCreationsRequest.Builder,,DescribeMetadataModelCreationsRequest> DatabaseMigrationRequest.Builder,SdkBuilder<DescribeMetadataModelCreationsRequest.Builder,,DescribeMetadataModelCreationsRequest> SdkPojo,SdkRequest.Builder
- Enclosing class:
- DescribeMetadataModelCreationsRequest
-
Method Summary
Modifier and TypeMethodDescriptionfilters(Collection<Filter> filters) Filters applied to the metadata model creation requests described in the form of key-value pairs.filters(Consumer<Filter.Builder>... filters) Filters applied to the metadata model creation requests described in the form of key-value pairs.Filters applied to the metadata model creation requests described in the form of key-value pairs.Specifies the unique pagination token that makes it possible to display the next page of metadata model creation requests.maxRecords(Integer maxRecords) The maximum number of metadata model creation requests to include in the response.migrationProjectIdentifier(String migrationProjectIdentifier) The migration project name or Amazon Resource Name (ARN).overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfigurationMethods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.services.databasemigration.model.DatabaseMigrationRequest.Builder
buildMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
filters
Filters applied to the metadata model creation requests described in the form of key-value pairs. The supported filters are request-id and status.
- Parameters:
filters- Filters applied to the metadata model creation requests described in the form of key-value pairs. The supported filters are request-id and status.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
filters
Filters applied to the metadata model creation requests described in the form of key-value pairs. The supported filters are request-id and status.
- Parameters:
filters- Filters applied to the metadata model creation requests described in the form of key-value pairs. The supported filters are request-id and status.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
filters
Filters applied to the metadata model creation requests described in the form of key-value pairs. The supported filters are request-id and status.
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 tofilters(List<Filter>).- 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:
-
marker
Specifies the unique pagination token that makes it possible to display the next page of metadata model creation requests. If Marker is returned by a previous response, there are more metadata model creation requests available.
- Parameters:
marker- Specifies the unique pagination token that makes it possible to display the next page of metadata model creation requests. If Marker is returned by a previous response, there are more metadata model creation requests available.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
maxRecords
The maximum number of metadata model creation requests to include in the response. If more requests exist than the specified MaxRecords value, a pagination token is provided in the response so that you can retrieve the remaining results.
- Parameters:
maxRecords- The maximum number of metadata model creation requests to include in the response. If more requests exist than the specified MaxRecords value, a pagination token is provided in the response so that you can retrieve the remaining results.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
migrationProjectIdentifier
DescribeMetadataModelCreationsRequest.Builder migrationProjectIdentifier(String migrationProjectIdentifier) The migration project name or Amazon Resource Name (ARN).
- Parameters:
migrationProjectIdentifier- The migration project name or Amazon Resource Name (ARN).- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
DescribeMetadataModelCreationsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) - Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
DescribeMetadataModelCreationsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) - Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-