| Package | Description |
|---|---|
| software.amazon.awssdk.services.s3control.model |
| Modifier and Type | Method and Description |
|---|---|
static S3Tag.Builder |
S3Tag.builder() |
S3Tag.Builder |
S3Tag.Builder.key(String key)
Key of the tag
|
S3Tag.Builder |
S3Tag.toBuilder() |
S3Tag.Builder |
S3Tag.Builder.value(String value)
Value of the tag
|
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends S3Tag.Builder> |
S3Tag.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default LifecycleRuleFilter.Builder |
LifecycleRuleFilter.Builder.tag(Consumer<S3Tag.Builder> tag)
Sets the value of the Tag property for this object.
|
default ReplicationRuleFilter.Builder |
ReplicationRuleFilter.Builder.tag(Consumer<S3Tag.Builder> tag)
Sets the value of the Tag property for this object.
|
Copyright © 2023. All rights reserved.