JavaScript is disabled on your browser.
Skip navigation links

AWS SDK for Java 1.x API Reference - 1.12.795

We announced the upcoming end-of-support for AWS SDK for Java (v1). We recommend that you migrate to AWS SDK for Java v2. For dates, additional details, and information on how to migrate, please refer to the linked announcement.
com.amazonaws.services.databasemigrationservice.model

Class ModifyMigrationProjectRequest

    • Constructor Detail

      • ModifyMigrationProjectRequest

        public ModifyMigrationProjectRequest()
    • Method Detail

      • setMigrationProjectIdentifier

        public void setMigrationProjectIdentifier(String migrationProjectIdentifier)

        The identifier of the migration project. Identifiers must begin with a letter and must contain only ASCII letters, digits, and hyphens. They can't end with a hyphen, or contain two consecutive hyphens.

        Parameters:
        migrationProjectIdentifier - The identifier of the migration project. Identifiers must begin with a letter and must contain only ASCII letters, digits, and hyphens. They can't end with a hyphen, or contain two consecutive hyphens.
      • getMigrationProjectIdentifier

        public String getMigrationProjectIdentifier()

        The identifier of the migration project. Identifiers must begin with a letter and must contain only ASCII letters, digits, and hyphens. They can't end with a hyphen, or contain two consecutive hyphens.

        Returns:
        The identifier of the migration project. Identifiers must begin with a letter and must contain only ASCII letters, digits, and hyphens. They can't end with a hyphen, or contain two consecutive hyphens.
      • withMigrationProjectIdentifier

        public ModifyMigrationProjectRequest withMigrationProjectIdentifier(String migrationProjectIdentifier)

        The identifier of the migration project. Identifiers must begin with a letter and must contain only ASCII letters, digits, and hyphens. They can't end with a hyphen, or contain two consecutive hyphens.

        Parameters:
        migrationProjectIdentifier - The identifier of the migration project. Identifiers must begin with a letter and must contain only ASCII letters, digits, and hyphens. They can't end with a hyphen, or contain two consecutive hyphens.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setMigrationProjectName

        public void setMigrationProjectName(String migrationProjectName)

        A user-friendly name for the migration project.

        Parameters:
        migrationProjectName - A user-friendly name for the migration project.
      • getMigrationProjectName

        public String getMigrationProjectName()

        A user-friendly name for the migration project.

        Returns:
        A user-friendly name for the migration project.
      • withMigrationProjectName

        public ModifyMigrationProjectRequest withMigrationProjectName(String migrationProjectName)

        A user-friendly name for the migration project.

        Parameters:
        migrationProjectName - A user-friendly name for the migration project.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • getSourceDataProviderDescriptors

        public List<DataProviderDescriptorDefinition> getSourceDataProviderDescriptors()

        Information about the source data provider, including the name, ARN, and Amazon Web Services Secrets Manager parameters.

        Returns:
        Information about the source data provider, including the name, ARN, and Amazon Web Services Secrets Manager parameters.
      • setSourceDataProviderDescriptors

        public void setSourceDataProviderDescriptors(Collection<DataProviderDescriptorDefinition> sourceDataProviderDescriptors)

        Information about the source data provider, including the name, ARN, and Amazon Web Services Secrets Manager parameters.

        Parameters:
        sourceDataProviderDescriptors - Information about the source data provider, including the name, ARN, and Amazon Web Services Secrets Manager parameters.
      • withSourceDataProviderDescriptors

        public ModifyMigrationProjectRequest withSourceDataProviderDescriptors(Collection<DataProviderDescriptorDefinition> sourceDataProviderDescriptors)

        Information about the source data provider, including the name, ARN, and Amazon Web Services Secrets Manager parameters.

        Parameters:
        sourceDataProviderDescriptors - Information about the source data provider, including the name, ARN, and Amazon Web Services Secrets Manager parameters.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • getTargetDataProviderDescriptors

        public List<DataProviderDescriptorDefinition> getTargetDataProviderDescriptors()

        Information about the target data provider, including the name, ARN, and Amazon Web Services Secrets Manager parameters.

        Returns:
        Information about the target data provider, including the name, ARN, and Amazon Web Services Secrets Manager parameters.
      • setTargetDataProviderDescriptors

        public void setTargetDataProviderDescriptors(Collection<DataProviderDescriptorDefinition> targetDataProviderDescriptors)

        Information about the target data provider, including the name, ARN, and Amazon Web Services Secrets Manager parameters.

        Parameters:
        targetDataProviderDescriptors - Information about the target data provider, including the name, ARN, and Amazon Web Services Secrets Manager parameters.
      • withTargetDataProviderDescriptors

        public ModifyMigrationProjectRequest withTargetDataProviderDescriptors(Collection<DataProviderDescriptorDefinition> targetDataProviderDescriptors)

        Information about the target data provider, including the name, ARN, and Amazon Web Services Secrets Manager parameters.

        Parameters:
        targetDataProviderDescriptors - Information about the target data provider, including the name, ARN, and Amazon Web Services Secrets Manager parameters.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setInstanceProfileIdentifier

        public void setInstanceProfileIdentifier(String instanceProfileIdentifier)

        The name or Amazon Resource Name (ARN) for the instance profile.

        Parameters:
        instanceProfileIdentifier - The name or Amazon Resource Name (ARN) for the instance profile.
      • getInstanceProfileIdentifier

        public String getInstanceProfileIdentifier()

        The name or Amazon Resource Name (ARN) for the instance profile.

        Returns:
        The name or Amazon Resource Name (ARN) for the instance profile.
      • withInstanceProfileIdentifier

        public ModifyMigrationProjectRequest withInstanceProfileIdentifier(String instanceProfileIdentifier)

        The name or Amazon Resource Name (ARN) for the instance profile.

        Parameters:
        instanceProfileIdentifier - The name or Amazon Resource Name (ARN) for the instance profile.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setTransformationRules

        public void setTransformationRules(String transformationRules)

        The settings in JSON format for migration rules. Migration rules make it possible for you to change the object names according to the rules that you specify. For example, you can change an object name to lowercase or uppercase, add or remove a prefix or suffix, or rename objects.

        Parameters:
        transformationRules - The settings in JSON format for migration rules. Migration rules make it possible for you to change the object names according to the rules that you specify. For example, you can change an object name to lowercase or uppercase, add or remove a prefix or suffix, or rename objects.
      • getTransformationRules

        public String getTransformationRules()

        The settings in JSON format for migration rules. Migration rules make it possible for you to change the object names according to the rules that you specify. For example, you can change an object name to lowercase or uppercase, add or remove a prefix or suffix, or rename objects.

        Returns:
        The settings in JSON format for migration rules. Migration rules make it possible for you to change the object names according to the rules that you specify. For example, you can change an object name to lowercase or uppercase, add or remove a prefix or suffix, or rename objects.
      • withTransformationRules

        public ModifyMigrationProjectRequest withTransformationRules(String transformationRules)

        The settings in JSON format for migration rules. Migration rules make it possible for you to change the object names according to the rules that you specify. For example, you can change an object name to lowercase or uppercase, add or remove a prefix or suffix, or rename objects.

        Parameters:
        transformationRules - The settings in JSON format for migration rules. Migration rules make it possible for you to change the object names according to the rules that you specify. For example, you can change an object name to lowercase or uppercase, add or remove a prefix or suffix, or rename objects.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setDescription

        public void setDescription(String description)

        A user-friendly description of the migration project.

        Parameters:
        description - A user-friendly description of the migration project.
      • getDescription

        public String getDescription()

        A user-friendly description of the migration project.

        Returns:
        A user-friendly description of the migration project.
      • withDescription

        public ModifyMigrationProjectRequest withDescription(String description)

        A user-friendly description of the migration project.

        Parameters:
        description - A user-friendly description of the migration project.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setSchemaConversionApplicationAttributes

        public void setSchemaConversionApplicationAttributes(SCApplicationAttributes schemaConversionApplicationAttributes)

        The schema conversion application attributes, including the Amazon S3 bucket name and Amazon S3 role ARN.

        Parameters:
        schemaConversionApplicationAttributes - The schema conversion application attributes, including the Amazon S3 bucket name and Amazon S3 role ARN.
      • getSchemaConversionApplicationAttributes

        public SCApplicationAttributes getSchemaConversionApplicationAttributes()

        The schema conversion application attributes, including the Amazon S3 bucket name and Amazon S3 role ARN.

        Returns:
        The schema conversion application attributes, including the Amazon S3 bucket name and Amazon S3 role ARN.
      • withSchemaConversionApplicationAttributes

        public ModifyMigrationProjectRequest withSchemaConversionApplicationAttributes(SCApplicationAttributes schemaConversionApplicationAttributes)

        The schema conversion application attributes, including the Amazon S3 bucket name and Amazon S3 role ARN.

        Parameters:
        schemaConversionApplicationAttributes - The schema conversion application attributes, including the Amazon S3 bucket name and Amazon S3 role ARN.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • toString

        public String toString()
        Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
        Overrides:
        toString in class Object
        Returns:
        A string representation of this object.
        See Also:
        Object.toString()
Skip navigation links

AltStyle によって変換されたページ (->オリジナル) /