Interface CreatedArtifact.Builder

All Superinterfaces:
Buildable, CopyableBuilder<CreatedArtifact.Builder,CreatedArtifact>, SdkBuilder<CreatedArtifact.Builder,CreatedArtifact>, SdkPojo
Enclosing class:
CreatedArtifact

public static interface CreatedArtifact.Builder extends SdkPojo, CopyableBuilder<CreatedArtifact.Builder,CreatedArtifact>
  • Method Details

    • name

      An ARN that uniquely identifies the result of a migration task.

      Parameters:
      name - An ARN that uniquely identifies the result of a migration task.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • description

      CreatedArtifact.Builder description(String description)

      A description that can be free-form text to record additional detail about the artifact for clarity or for later reference.

      Parameters:
      description - A description that can be free-form text to record additional detail about the artifact for clarity or for later reference.
      Returns:
      Returns a reference to this object so that method calls can be chained together.