@Generated(value="jsii-pacmak/1.74.0 (build 6d08790)",
date="2023-03-22T19:35:41.713Z")
public interface Tag
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() |
java.lang.String |
getKey()
key to e tagged.
|
java.lang.String |
getValue()
additional value.
|
java.lang.String getKey()
java.lang.String getValue()
static Tag.Builder builder()
Tag.Builder
of Tag