Package | Description |
---|---|
software.amazon.awssdk.services.s3.model |
Modifier and Type | Method and Description |
---|---|
static InventoryConfiguration.Builder |
InventoryConfiguration.builder() |
default InventoryConfiguration.Builder |
InventoryConfiguration.Builder.destination(Consumer<InventoryDestination.Builder> destination)
Contains information about where to publish the inventory results.
|
InventoryConfiguration.Builder |
InventoryConfiguration.Builder.destination(InventoryDestination destination)
Contains information about where to publish the inventory results.
|
default InventoryConfiguration.Builder |
InventoryConfiguration.Builder.filter(Consumer<InventoryFilter.Builder> filter)
Specifies an inventory filter.
|
InventoryConfiguration.Builder |
InventoryConfiguration.Builder.filter(InventoryFilter filter)
Specifies an inventory filter.
|
InventoryConfiguration.Builder |
InventoryConfiguration.Builder.id(String id)
The ID used to identify the inventory configuration.
|
InventoryConfiguration.Builder |
InventoryConfiguration.Builder.includedObjectVersions(InventoryIncludedObjectVersions includedObjectVersions)
Object versions to include in the inventory list.
|
InventoryConfiguration.Builder |
InventoryConfiguration.Builder.includedObjectVersions(String includedObjectVersions)
Object versions to include in the inventory list.
|
InventoryConfiguration.Builder |
InventoryConfiguration.Builder.isEnabled(Boolean isEnabled)
Specifies whether the inventory is enabled or disabled.
|
InventoryConfiguration.Builder |
InventoryConfiguration.Builder.optionalFields(Collection<InventoryOptionalField> optionalFields)
Contains the optional fields that are included in the inventory results.
|
InventoryConfiguration.Builder |
InventoryConfiguration.Builder.optionalFields(InventoryOptionalField... optionalFields)
Contains the optional fields that are included in the inventory results.
|
InventoryConfiguration.Builder |
InventoryConfiguration.Builder.optionalFieldsWithStrings(Collection<String> optionalFields)
Contains the optional fields that are included in the inventory results.
|
InventoryConfiguration.Builder |
InventoryConfiguration.Builder.optionalFieldsWithStrings(String... optionalFields)
Contains the optional fields that are included in the inventory results.
|
default InventoryConfiguration.Builder |
InventoryConfiguration.Builder.schedule(Consumer<InventorySchedule.Builder> schedule)
Specifies the schedule for generating inventory results.
|
InventoryConfiguration.Builder |
InventoryConfiguration.Builder.schedule(InventorySchedule schedule)
Specifies the schedule for generating inventory results.
|
InventoryConfiguration.Builder |
InventoryConfiguration.toBuilder() |
Modifier and Type | Method and Description |
---|---|
static Class<? extends InventoryConfiguration.Builder> |
InventoryConfiguration.serializableBuilderClass() |
Modifier and Type | Method and Description |
---|---|
default PutBucketInventoryConfigurationRequest.Builder |
PutBucketInventoryConfigurationRequest.Builder.inventoryConfiguration(Consumer<InventoryConfiguration.Builder> inventoryConfiguration)
Specifies the inventory configuration.
|
default GetBucketInventoryConfigurationResponse.Builder |
GetBucketInventoryConfigurationResponse.Builder.inventoryConfiguration(Consumer<InventoryConfiguration.Builder> inventoryConfiguration)
Specifies the inventory configuration.
|
Copyright © 2020. All rights reserved.