JavaScript is disabled on your browser.
Skip navigation links

AWS SDK for Java 1.x API Reference - 1.12.793

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.migrationhub.model

Class AssociateCreatedArtifactRequest

    • Constructor Detail

      • AssociateCreatedArtifactRequest

        public AssociateCreatedArtifactRequest()
    • Method Detail

      • setProgressUpdateStream

        public void setProgressUpdateStream(String progressUpdateStream)

        The name of the ProgressUpdateStream.

        Parameters:
        progressUpdateStream - The name of the ProgressUpdateStream.
      • getProgressUpdateStream

        public String getProgressUpdateStream()

        The name of the ProgressUpdateStream.

        Returns:
        The name of the ProgressUpdateStream.
      • withProgressUpdateStream

        public AssociateCreatedArtifactRequest withProgressUpdateStream(String progressUpdateStream)

        The name of the ProgressUpdateStream.

        Parameters:
        progressUpdateStream - The name of the ProgressUpdateStream.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setMigrationTaskName

        public void setMigrationTaskName(String migrationTaskName)

        Unique identifier that references the migration task. Do not store personal data in this field.

        Parameters:
        migrationTaskName - Unique identifier that references the migration task. Do not store personal data in this field.
      • getMigrationTaskName

        public String getMigrationTaskName()

        Unique identifier that references the migration task. Do not store personal data in this field.

        Returns:
        Unique identifier that references the migration task. Do not store personal data in this field.
      • withMigrationTaskName

        public AssociateCreatedArtifactRequest withMigrationTaskName(String migrationTaskName)

        Unique identifier that references the migration task. Do not store personal data in this field.

        Parameters:
        migrationTaskName - Unique identifier that references the migration task. Do not store personal data in this field.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setCreatedArtifact

        public void setCreatedArtifact(CreatedArtifact createdArtifact)

        An ARN of the AWS resource related to the migration (e.g., AMI, EC2 instance, RDS instance, etc.)

        Parameters:
        createdArtifact - An ARN of the AWS resource related to the migration (e.g., AMI, EC2 instance, RDS instance, etc.)
      • getCreatedArtifact

        public CreatedArtifact getCreatedArtifact()

        An ARN of the AWS resource related to the migration (e.g., AMI, EC2 instance, RDS instance, etc.)

        Returns:
        An ARN of the AWS resource related to the migration (e.g., AMI, EC2 instance, RDS instance, etc.)
      • withCreatedArtifact

        public AssociateCreatedArtifactRequest withCreatedArtifact(CreatedArtifact createdArtifact)

        An ARN of the AWS resource related to the migration (e.g., AMI, EC2 instance, RDS instance, etc.)

        Parameters:
        createdArtifact - An ARN of the AWS resource related to the migration (e.g., AMI, EC2 instance, RDS instance, etc.)
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setDryRun

        public void setDryRun(Boolean dryRun)

        Optional boolean flag to indicate whether any effect should take place. Used to test if the caller has permission to make the call.

        Parameters:
        dryRun - Optional boolean flag to indicate whether any effect should take place. Used to test if the caller has permission to make the call.
      • getDryRun

        public Boolean getDryRun()

        Optional boolean flag to indicate whether any effect should take place. Used to test if the caller has permission to make the call.

        Returns:
        Optional boolean flag to indicate whether any effect should take place. Used to test if the caller has permission to make the call.
      • withDryRun

        public AssociateCreatedArtifactRequest withDryRun(Boolean dryRun)

        Optional boolean flag to indicate whether any effect should take place. Used to test if the caller has permission to make the call.

        Parameters:
        dryRun - Optional boolean flag to indicate whether any effect should take place. Used to test if the caller has permission to make the call.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • isDryRun

        public Boolean isDryRun()

        Optional boolean flag to indicate whether any effect should take place. Used to test if the caller has permission to make the call.

        Returns:
        Optional boolean flag to indicate whether any effect should take place. Used to test if the caller has permission to make the call.
      • 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 によって変換されたページ (->オリジナル) /