Interface DescribeMetadataModelChildrenRequest.Builder
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<DescribeMetadataModelChildrenRequest.Builder,,DescribeMetadataModelChildrenRequest> DatabaseMigrationRequest.Builder,SdkBuilder<DescribeMetadataModelChildrenRequest.Builder,,DescribeMetadataModelChildrenRequest> SdkPojo,SdkRequest.Builder
- Enclosing class:
- DescribeMetadataModelChildrenRequest
-
Method Summary
Modifier and TypeMethodDescriptionSpecifies the unique pagination token that indicates where the next page should start.maxRecords(Integer maxRecords) The maximum number of metadata model children to include in the response.migrationProjectIdentifier(String migrationProjectIdentifier) The migration project name or Amazon Resource Name (ARN).Specifies whether to retrieve metadata from the source or target tree.origin(OriginTypeValue origin) Specifies whether to retrieve metadata from the source or target tree.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) selectionRules(String selectionRules) The JSON string that specifies which metadata model's children to retrieve.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
-
selectionRules
The JSON string that specifies which metadata model's children to retrieve. Only one selection rule with "rule-action": "explicit" can be provided. For more information, see Selection Rules in the DMS User Guide.
- Parameters:
selectionRules- The JSON string that specifies which metadata model's children to retrieve. Only one selection rule with "rule-action": "explicit" can be provided. For more information, see Selection Rules in the DMS User Guide.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
migrationProjectIdentifier
DescribeMetadataModelChildrenRequest.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.
-
origin
Specifies whether to retrieve metadata from the source or target tree. Valid values: SOURCE | TARGET
- Parameters:
origin- Specifies whether to retrieve metadata from the source or target tree. Valid values: SOURCE | TARGET- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
origin
Specifies whether to retrieve metadata from the source or target tree. Valid values: SOURCE | TARGET
- Parameters:
origin- Specifies whether to retrieve metadata from the source or target tree. Valid values: SOURCE | TARGET- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
marker
Specifies the unique pagination token that indicates where the next page should start. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.
- Parameters:
marker- Specifies the unique pagination token that indicates where the next page should start. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
maxRecords
The maximum number of metadata model children to include in the response. If more items exist than the specified MaxRecords value, a marker is included in the response so that the remaining results can be retrieved.
- Parameters:
maxRecords- The maximum number of metadata model children to include in the response. If more items exist than the specified MaxRecords value, 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.
-
overrideConfiguration
DescribeMetadataModelChildrenRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) - Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
DescribeMetadataModelChildrenRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) - Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-