@Generated(value="jsii-pacmak/1.67.0 (build 2c027f5)", date="2022-09-19T20:26:41.818Z") @Stability(value=Stable) public interface Tag extends software.amazon.jsii.JsiiSerializable
Example:
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import software.amazon.awscdk.services.s3.*;
Tag tag = Tag.builder()
.key("key")
.value("value")
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
Tag.Builder
A builder for
Tag |
static class |
Tag.Jsii$Proxy
An implementation for
Tag |
| Modifier and Type | Method and Description |
|---|---|
static Tag.Builder |
builder() |
String |
getKey()
key to e tagged.
|
String |
getValue()
additional value.
|
@Stability(value=Stable) @NotNull String getKey()
@Stability(value=Stable) @NotNull String getValue()
@Stability(value=Stable) static Tag.Builder builder()
Tag.Builder of TagCopyright © 2022. All rights reserved.