Interface DescribeConversionConfigurationResponse.Builder
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<DescribeConversionConfigurationResponse.Builder,,DescribeConversionConfigurationResponse> DatabaseMigrationResponse.Builder,SdkBuilder<DescribeConversionConfigurationResponse.Builder,,DescribeConversionConfigurationResponse> SdkPojo,SdkResponse.Builder
- Enclosing class:
DescribeConversionConfigurationResponse
@Mutable
@NotThreadSafe
public static interface DescribeConversionConfigurationResponse.Builder
extends DatabaseMigrationResponse.Builder, SdkPojo, CopyableBuilder<DescribeConversionConfigurationResponse.Builder,DescribeConversionConfigurationResponse>
-
Method Summary
Modifier and TypeMethodDescriptionconversionConfiguration(String conversionConfiguration) A JSON string that contains the schema conversion settings for the migration project.migrationProjectIdentifier(String migrationProjectIdentifier) The name or Amazon Resource Name (ARN) for the schema conversion project.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.services.databasemigration.model.DatabaseMigrationResponse.Builder
build, responseMetadata, responseMetadataMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFieldsMethods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
Method Details
-
migrationProjectIdentifier
DescribeConversionConfigurationResponse.Builder migrationProjectIdentifier(String migrationProjectIdentifier) The name or Amazon Resource Name (ARN) for the schema conversion project.
- Parameters:
migrationProjectIdentifier- The name or Amazon Resource Name (ARN) for the schema conversion project.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
conversionConfiguration
DescribeConversionConfigurationResponse.Builder conversionConfiguration(String conversionConfiguration) A JSON string that contains the schema conversion settings for the migration project. For the format and available settings, see Specifying schema conversion settings for migration projects.
- Parameters:
conversionConfiguration- A JSON string that contains the schema conversion settings for the migration project. For the format and available settings, see Specifying schema conversion settings for migration projects.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-