@Stability(value=Stable)
public static interface CfnBucket.TagFilterProperty
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.*;
TagFilterProperty tagFilterProperty = TagFilterProperty.builder()
.key("key")
.value("value")
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnBucket.TagFilterProperty.Builder
A builder for
CfnBucket.TagFilterProperty |
static class |
CfnBucket.TagFilterProperty.Jsii$Proxy
An implementation for
CfnBucket.TagFilterProperty |
| Modifier and Type | Method and Description |
|---|---|
static CfnBucket.TagFilterProperty.Builder |
builder() |
String |
getKey()
The tag key.
|
String |
getValue()
The tag value.
|
@Stability(value=Stable) @NotNull String getKey()
@Stability(value=Stable) @NotNull String getValue()
@Stability(value=Stable) static CfnBucket.TagFilterProperty.Builder builder()
Copyright © 2022. All rights reserved.