@Stability(value=Stable)
public static interface CfnBucket.InventoryConfigurationProperty
extends software.amazon.jsii.JsiiSerializable
Modifier and Type | Interface and Description |
---|---|
static class |
CfnBucket.InventoryConfigurationProperty.Builder
A builder for
CfnBucket.InventoryConfigurationProperty |
static class |
CfnBucket.InventoryConfigurationProperty.Jsii$Proxy
An implementation for
CfnBucket.InventoryConfigurationProperty |
Modifier and Type | Method and Description |
---|---|
static CfnBucket.InventoryConfigurationProperty.Builder |
builder() |
Object |
getDestination()
`CfnBucket.InventoryConfigurationProperty.Destination`.
|
Object |
getEnabled()
`CfnBucket.InventoryConfigurationProperty.Enabled`.
|
String |
getId()
`CfnBucket.InventoryConfigurationProperty.Id`.
|
String |
getIncludedObjectVersions()
`CfnBucket.InventoryConfigurationProperty.IncludedObjectVersions`.
|
default List<String> |
getOptionalFields()
`CfnBucket.InventoryConfigurationProperty.OptionalFields`.
|
default String |
getPrefix()
`CfnBucket.InventoryConfigurationProperty.Prefix`.
|
String |
getScheduleFrequency()
`CfnBucket.InventoryConfigurationProperty.ScheduleFrequency`.
|
@Stability(value=Stable) @NotNull Object getDestination()
@Stability(value=Stable) @NotNull Object getEnabled()
@Stability(value=Stable) @NotNull String getId()
@Stability(value=Stable) @NotNull String getIncludedObjectVersions()
@Stability(value=Stable) @NotNull String getScheduleFrequency()
@Stability(value=Stable) @Nullable default List<String> getOptionalFields()
@Stability(value=Stable) @Nullable default String getPrefix()
@Stability(value=Stable) static CfnBucket.InventoryConfigurationProperty.Builder builder()
Copyright © 2021. All rights reserved.