| Package | Description |
|---|---|
| software.amazon.awssdk.services.databasemigration.model |
| Modifier and Type | Method and Description |
|---|---|
static Tag.Builder |
Tag.builder() |
Tag.Builder |
Tag.Builder.key(String key)
A key is the required name of the tag.
|
Tag.Builder |
Tag.Builder.resourceArn(String resourceArn)
The Amazon Resource Name (ARN) string that uniquely identifies the resource for which the tag is created.
|
Tag.Builder |
Tag.toBuilder() |
Tag.Builder |
Tag.Builder.value(String value)
A value is the optional value of the tag.
|
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends Tag.Builder> |
Tag.serializableBuilderClass() |
Copyright © 2023. All rights reserved.