| Package | Description |
|---|---|
| software.amazon.awssdk.services.ecs.model |
| Modifier and Type | Method and Description |
|---|---|
static Attachment.Builder |
Attachment.builder() |
Attachment.Builder |
Attachment.Builder.details(Collection<KeyValuePair> details)
Details of the attachment.
|
Attachment.Builder |
Attachment.Builder.details(Consumer<KeyValuePair.Builder>... details)
Details of the attachment.
|
Attachment.Builder |
Attachment.Builder.details(KeyValuePair... details)
Details of the attachment.
|
Attachment.Builder |
Attachment.Builder.id(String id)
The unique identifier for the attachment.
|
Attachment.Builder |
Attachment.Builder.status(String status)
The status of the attachment.
|
Attachment.Builder |
Attachment.toBuilder() |
Attachment.Builder |
Attachment.Builder.type(String type)
The type of the attachment, such as
ElasticNetworkInterface. |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends Attachment.Builder> |
Attachment.serializableBuilderClass() |
Copyright © 2022. All rights reserved.