ToCopyableBuilder<InventoryConfiguration.Builder,InventoryConfiguration>
@Generated("software.amazon.awssdk:codegen") public class InventoryConfiguration extends Object implements ToCopyableBuilder<InventoryConfiguration.Builder,InventoryConfiguration>
Modifier and Type | Class | Description |
---|---|---|
static interface |
InventoryConfiguration.Builder |
Modifier and Type | Method | Description |
---|---|---|
static InventoryConfiguration.Builder |
builder() |
|
InventoryDestination |
destination() |
Contains information about where to publish the inventory results.
|
boolean |
equals(Object obj) |
|
InventoryFilter |
filter() |
Specifies an inventory filter.
|
int |
hashCode() |
|
String |
id() |
The ID used to identify the inventory configuration.
|
String |
includedObjectVersions() |
Specifies which object version(s) to included in the inventory results.
|
Boolean |
isEnabled() |
Specifies whether the inventory is enabled or disabled.
|
List<String> |
optionalFields() |
Contains the optional fields that are included in the inventory results.
|
InventorySchedule |
schedule() |
Specifies the schedule for generating inventory results.
|
static Class<? extends InventoryConfiguration.Builder> |
serializableBuilderClass() |
|
InventoryConfiguration.Builder |
toBuilder() |
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
public InventoryDestination destination()
public Boolean isEnabled()
public InventoryFilter filter()
public String id()
public String includedObjectVersions()
InventoryIncludedObjectVersions
public List<String> optionalFields()
InventoryOptionalField
public InventorySchedule schedule()
public InventoryConfiguration.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<InventoryConfiguration.Builder,InventoryConfiguration>
public static InventoryConfiguration.Builder builder()
public static Class<? extends InventoryConfiguration.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.