@Stability(value=Stable)
public static interface CfnBucket.IntelligentTieringConfigurationProperty
extends software.amazon.jsii.JsiiSerializable
// 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.*;
IntelligentTieringConfigurationProperty intelligentTieringConfigurationProperty = IntelligentTieringConfigurationProperty.builder()
.id("id")
.status("status")
.tierings(List.of(TieringProperty.builder()
.accessTier("accessTier")
.days(123)
.build()))
// the properties below are optional
.prefix("prefix")
.tagFilters(List.of(TagFilterProperty.builder()
.key("key")
.value("value")
.build()))
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnBucket.IntelligentTieringConfigurationProperty.Builder
A builder for
CfnBucket.IntelligentTieringConfigurationProperty |
static class |
CfnBucket.IntelligentTieringConfigurationProperty.Jsii$Proxy
An implementation for
CfnBucket.IntelligentTieringConfigurationProperty |
| Modifier and Type | Method and Description |
|---|---|
static CfnBucket.IntelligentTieringConfigurationProperty.Builder |
builder() |
String |
getId()
`CfnBucket.IntelligentTieringConfigurationProperty.Id`.
|
default String |
getPrefix()
`CfnBucket.IntelligentTieringConfigurationProperty.Prefix`.
|
String |
getStatus()
`CfnBucket.IntelligentTieringConfigurationProperty.Status`.
|
default Object |
getTagFilters()
`CfnBucket.IntelligentTieringConfigurationProperty.TagFilters`.
|
Object |
getTierings()
`CfnBucket.IntelligentTieringConfigurationProperty.Tierings`.
|
@Stability(value=Stable) @NotNull String getId()
@Stability(value=Stable) @Nullable default String getPrefix()
@Stability(value=Stable) @NotNull String getStatus()
@Stability(value=Stable) @Nullable default Object getTagFilters()
@Stability(value=Stable) @NotNull Object getTierings()
@Stability(value=Stable) static CfnBucket.IntelligentTieringConfigurationProperty.Builder builder()
Copyright © 2021. All rights reserved.