@Stability(value=Stable)
public static interface CfnStorageLens.SelectionCriteriaProperty
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.*;
SelectionCriteriaProperty selectionCriteriaProperty = SelectionCriteriaProperty.builder()
.delimiter("delimiter")
.maxDepth(123)
.minStorageBytesPercentage(123)
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnStorageLens.SelectionCriteriaProperty.Builder
A builder for
CfnStorageLens.SelectionCriteriaProperty |
static class |
CfnStorageLens.SelectionCriteriaProperty.Jsii$Proxy
An implementation for
CfnStorageLens.SelectionCriteriaProperty |
| Modifier and Type | Method and Description |
|---|---|
static CfnStorageLens.SelectionCriteriaProperty.Builder |
builder() |
default String |
getDelimiter()
`CfnStorageLens.SelectionCriteriaProperty.Delimiter`.
|
default Number |
getMaxDepth()
`CfnStorageLens.SelectionCriteriaProperty.MaxDepth`.
|
default Number |
getMinStorageBytesPercentage()
`CfnStorageLens.SelectionCriteriaProperty.MinStorageBytesPercentage`.
|
@Stability(value=Stable) @Nullable default String getDelimiter()
@Stability(value=Stable) @Nullable default Number getMaxDepth()
@Stability(value=Stable) @Nullable default Number getMinStorageBytesPercentage()
@Stability(value=Stable) static CfnStorageLens.SelectionCriteriaProperty.Builder builder()
Copyright © 2021. All rights reserved.