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 Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description CreatedArtifact.Builderdescription(String description)A description that can be free-form text to record additional detail about the artifact for clarity or for later reference.CreatedArtifact.Buildername(String name)An ARN that uniquely identifies the result of a migration task.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
-
-
-
Method Detail
-
name
CreatedArtifact.Builder name(String 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.
-
-