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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DescribeConversionConfigurationResponse.BuilderconversionConfiguration(String conversionConfiguration)The configuration parameters for the schema conversion project.DescribeConversionConfigurationResponse.BuildermigrationProjectIdentifier(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 Detail
-
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.
-
-