ToCopyableBuilder<InventoryDestination.Builder,InventoryDestination>
@Generated("software.amazon.awssdk:codegen") public class InventoryDestination extends Object implements ToCopyableBuilder<InventoryDestination.Builder,InventoryDestination>
Modifier and Type | Class | Description |
---|---|---|
static interface |
InventoryDestination.Builder |
Modifier and Type | Method | Description |
---|---|---|
static InventoryDestination.Builder |
builder() |
|
boolean |
equals(Object obj) |
|
int |
hashCode() |
|
InventoryS3BucketDestination |
s3BucketDestination() |
Contains the bucket name, file format, bucket owner (optional), and prefix (optional) where inventory results are
published.
|
static Class<? extends InventoryDestination.Builder> |
serializableBuilderClass() |
|
InventoryDestination.Builder |
toBuilder() |
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
public InventoryS3BucketDestination s3BucketDestination()
public InventoryDestination.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<InventoryDestination.Builder,InventoryDestination>
public static InventoryDestination.Builder builder()
public static Class<? extends InventoryDestination.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.