Interface DescribeConversionConfigurationResponse.Builder
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<DescribeConversionConfigurationResponse.Builder,,DescribeConversionConfigurationResponse> DatabaseMigrationResponse.Builder,SdkBuilder<DescribeConversionConfigurationResponse.Builder,,DescribeConversionConfigurationResponse> SdkPojo,SdkResponse.Builder
- Enclosing class:
DescribeConversionConfigurationResponse
public static interface DescribeConversionConfigurationResponse.Builder
extends DatabaseMigrationResponse.Builder, SdkPojo, CopyableBuilder<DescribeConversionConfigurationResponse.Builder,DescribeConversionConfigurationResponse>
-
Method Summary
Modifier and TypeMethodDescriptionconversionConfiguration(String conversionConfiguration) The configuration parameters for the schema conversion 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, 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) The configuration parameters for the schema conversion project.
- Parameters:
conversionConfiguration- The configuration parameters for the schema conversion project.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-