public static interface GetBucketInventoryConfigurationResponse.Builder extends S3Response.Builder, CopyableBuilder<GetBucketInventoryConfigurationResponse.Builder,GetBucketInventoryConfigurationResponse>
| Modifier and Type | Method and Description |
|---|---|
default GetBucketInventoryConfigurationResponse.Builder |
inventoryConfiguration(Consumer<InventoryConfiguration.Builder> inventoryConfiguration)
Specifies the inventory configuration.
|
GetBucketInventoryConfigurationResponse.Builder |
inventoryConfiguration(InventoryConfiguration inventoryConfiguration)
Specifies the inventory configuration.
|
buildsdkHttpResponse, sdkHttpResponsecopyapply, buildGetBucketInventoryConfigurationResponse.Builder inventoryConfiguration(InventoryConfiguration inventoryConfiguration)
inventoryConfiguration - Specifies the inventory configuration.default GetBucketInventoryConfigurationResponse.Builder inventoryConfiguration(Consumer<InventoryConfiguration.Builder> inventoryConfiguration)
InventoryConfiguration.Builder avoiding the need to create one manually via
InventoryConfiguration.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and
its result is passed to inventoryConfiguration(InventoryConfiguration).inventoryConfiguration - a consumer that will call methods on InventoryConfiguration.BuilderinventoryConfiguration(InventoryConfiguration)Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.