| Package | Description |
|---|---|
| software.amazon.awssdk.services.migrationhub.model |
| Modifier and Type | Method and Description |
|---|---|
static CreatedArtifact.Builder |
CreatedArtifact.builder() |
CreatedArtifact.Builder |
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 |
CreatedArtifact.Builder.name(String name)
An ARN that uniquely identifies the result of a migration task.
|
CreatedArtifact.Builder |
CreatedArtifact.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends CreatedArtifact.Builder> |
CreatedArtifact.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default AssociateCreatedArtifactRequest.Builder |
AssociateCreatedArtifactRequest.Builder.createdArtifact(Consumer<CreatedArtifact.Builder> createdArtifact)
An ARN of the AWS resource related to the migration (e.g., AMI, EC2 instance, RDS instance, etc.)
|
Copyright © 2023. All rights reserved.