| Package | Description |
|---|---|
| software.amazon.awssdk.services.ecs.model |
| Modifier and Type | Method and Description |
|---|---|
static Attribute.Builder |
Attribute.builder() |
Attribute.Builder |
Attribute.Builder.name(String name)
The name of the attribute.
|
Attribute.Builder |
Attribute.Builder.targetId(String targetId)
The ID of the target.
|
Attribute.Builder |
Attribute.Builder.targetType(String targetType)
The type of the target to attach the attribute with.
|
Attribute.Builder |
Attribute.Builder.targetType(TargetType targetType)
The type of the target to attach the attribute with.
|
Attribute.Builder |
Attribute.toBuilder() |
Attribute.Builder |
Attribute.Builder.value(String value)
The value of the attribute.
|
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends Attribute.Builder> |
Attribute.serializableBuilderClass() |
Copyright © 2023. All rights reserved.