Interface DescribeMetadataModelRequest.Builder
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<DescribeMetadataModelRequest.Builder,,DescribeMetadataModelRequest> DatabaseMigrationRequest.Builder,SdkBuilder<DescribeMetadataModelRequest.Builder,,DescribeMetadataModelRequest> SdkPojo,SdkRequest.Builder
- Enclosing class:
DescribeMetadataModelRequest
-
Method Summary
Modifier and TypeMethodDescriptionmigrationProjectIdentifier(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) Add an optional request override configuration.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Add an optional request override configuration.selectionRules(String selectionRules) A JSON string that identifies the metadata model 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
A JSON string that identifies the metadata model to retrieve. For the selection rule format and examples, see Selection rules in DMS Schema Conversion.
Usage:
-
Accepts source or target selection rules depending on the
Originparameter. Theserver-namein the object locator must match the corresponding data provider. -
Supports only
explicitrule actions. -
Exactly one rule is allowed.
- Parameters:
selectionRules- A JSON string that identifies the metadata model to retrieve. For the selection rule format and examples, see Selection rules in DMS Schema Conversion.Usage:
-
Accepts source or target selection rules depending on the
Originparameter. Theserver-namein the object locator must match the corresponding data provider. -
Supports only
explicitrule actions. -
Exactly one rule is allowed.
-
- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-
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:
-
overrideConfiguration
DescribeMetadataModelRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Description copied from interface:AwsRequest.BuilderAdd an optional request override configuration.- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder- Parameters:
overrideConfiguration- The override configuration.- Returns:
- This object for method chaining.
-
overrideConfiguration
DescribeMetadataModelRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Description copied from interface:AwsRequest.BuilderAdd an optional request override configuration.- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder- Parameters:
builderConsumer- AConsumerto which an emptyAwsRequestOverrideConfiguration.Builderwill be given.- Returns:
- This object for method chaining.
-