public static interface S3Tag.Builder extends SdkPojo, CopyableBuilder<S3Tag.Builder,S3Tag>
| Modifier and Type | Method and Description |
|---|---|
S3Tag.Builder |
key(String key)
The name assigned to the tag that you create.
|
S3Tag.Builder |
value(String value)
The value that corresponds to the key.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildS3Tag.Builder key(String key)
The name assigned to the tag that you create.
key - The name assigned to the tag that you create.S3Tag.Builder value(String value)
The value that corresponds to the key.
value - The value that corresponds to the key.Copyright © 2023. All rights reserved.