Interface CreatedArtifact.Builder
- All Superinterfaces:
- Buildable,- CopyableBuilder<CreatedArtifact.Builder,,- CreatedArtifact> - SdkBuilder<CreatedArtifact.Builder,,- CreatedArtifact> - SdkPojo
- Enclosing class:
- CreatedArtifact
@Mutable
@NotThreadSafe
public static interface CreatedArtifact.Builder
extends SdkPojo, CopyableBuilder<CreatedArtifact.Builder,CreatedArtifact> 
- 
Method SummaryModifier and TypeMethodDescriptiondescription(String description) A description that can be free-form text to record additional detail about the artifact for clarity or for later reference.An ARN that uniquely identifies the result of a migration task.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuildercopyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilderapplyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojoequalsBySdkFields, sdkFieldNameToField, sdkFields
- 
Method Details- 
nameAn 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.
 
- 
descriptionA 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.
 
 
-