public static interface CreatedArtifact.Builder extends CopyableBuilder<CreatedArtifact.Builder,CreatedArtifact>
Modifier and Type | Method and 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.
|
CreatedArtifact.Builder |
name(String name)
An ARN that uniquely identifies the result of a migration task.
|
copy
applyMutation, build
CreatedArtifact.Builder name(String name)
An ARN that uniquely identifies the result of a migration task.
name
- An ARN that uniquely identifies the result of a migration task.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.
description
- A description that can be free-form text to record additional detail about the artifact for clarity or
for later reference.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.