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) 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
copy
Methods inherited from interface software.amazon.awssdk.services.databasemigration.model.DatabaseMigrationResponse.Builder
build, responseMetadata, responseMetadata
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
Methods 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.
-