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 CreateMigrationProjectRequest

    • Constructor Detail

      • CreateMigrationProjectRequest

        public CreateMigrationProjectRequest()
    • Method Detail

      • 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 CreateMigrationProjectRequest 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 Secrets Manager parameters.

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

        public void setSourceDataProviderDescriptors(Collection<DataProviderDescriptorDefinition> sourceDataProviderDescriptors)

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

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

        public CreateMigrationProjectRequest withSourceDataProviderDescriptors(Collection<DataProviderDescriptorDefinition> sourceDataProviderDescriptors)

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

        Parameters:
        sourceDataProviderDescriptors - Information about the source data provider, including the name, ARN, and 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 CreateMigrationProjectRequest 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 identifier of the associated instance profile. 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:
        instanceProfileIdentifier - The identifier of the associated instance profile. 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.
      • getInstanceProfileIdentifier

        public String getInstanceProfileIdentifier()

        The identifier of the associated instance profile. 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 associated instance profile. 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.
      • withInstanceProfileIdentifier

        public CreateMigrationProjectRequest withInstanceProfileIdentifier(String instanceProfileIdentifier)

        The identifier of the associated instance profile. 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:
        instanceProfileIdentifier - The identifier of the associated instance profile. 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.
      • 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 CreateMigrationProjectRequest 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 CreateMigrationProjectRequest 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.
      • getTags

        public List<Tag> getTags()

        One or more tags to be assigned to the migration project.

        Returns:
        One or more tags to be assigned to the migration project.
      • setTags

        public void setTags(Collection<Tag> tags)

        One or more tags to be assigned to the migration project.

        Parameters:
        tags - One or more tags to be assigned to the migration project.
      • withTags

        public CreateMigrationProjectRequest withTags(Tag... tags)

        One or more tags to be assigned to the migration project.

        NOTE: This method appends the values to the existing list (if any). Use setTags(java.util.Collection) or withTags(java.util.Collection) if you want to override the existing values.

        Parameters:
        tags - One or more tags to be assigned to the migration project.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • withTags

        public CreateMigrationProjectRequest withTags(Collection<Tag> tags)

        One or more tags to be assigned to the migration project.

        Parameters:
        tags - One or more tags to be assigned to 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 CreateMigrationProjectRequest 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 によって変換されたページ (->オリジナル) /