public static interface GetBucketInventoryConfigurationResponse.Builder extends S3Response.Builder, SdkPojo, 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.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponsecopyapplyMutation, buildGetBucketInventoryConfigurationResponse.Builder inventoryConfiguration(InventoryConfiguration inventoryConfiguration)
Specifies the inventory configuration.
inventoryConfiguration - Specifies the inventory configuration.default GetBucketInventoryConfigurationResponse.Builder inventoryConfiguration(Consumer<InventoryConfiguration.Builder> inventoryConfiguration)
Specifies the inventory configuration.
This is a convenience that creates an instance of theInventoryConfiguration.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.