protected static class InventoryS3BucketDestination.BuilderImpl extends Object implements InventoryS3BucketDestination.Builder
Modifier | Constructor and Description |
---|---|
protected |
BuilderImpl() |
Modifier and Type | Method and Description |
---|---|
String |
accountId() |
InventoryS3BucketDestination.Builder |
accountId(String accountId) |
String |
bucket() |
InventoryS3BucketDestination.Builder |
bucket(String bucket) |
InventoryS3BucketDestination |
build() |
InventoryEncryption |
encryption() |
InventoryS3BucketDestination.Builder |
encryption(InventoryEncryption encryption) |
boolean |
equals(Object rhs) |
InventoryFormat |
format() |
InventoryS3BucketDestination.Builder |
format(InventoryFormat format) |
int |
hashCode() |
String |
prefix() |
InventoryS3BucketDestination.Builder |
prefix(String prefix) |
public InventoryS3BucketDestination build()
build
in interface InventoryS3BucketDestination.Builder
public final InventoryS3BucketDestination.Builder accountId(String accountId)
accountId
in interface InventoryS3BucketDestination.Builder
public final InventoryS3BucketDestination.Builder bucket(String bucket)
bucket
in interface InventoryS3BucketDestination.Builder
public final InventoryS3BucketDestination.Builder format(InventoryFormat format)
format
in interface InventoryS3BucketDestination.Builder
public final InventoryS3BucketDestination.Builder prefix(String prefix)
prefix
in interface InventoryS3BucketDestination.Builder
public final InventoryS3BucketDestination.Builder encryption(InventoryEncryption encryption)
encryption
in interface InventoryS3BucketDestination.Builder
public String accountId()
public String bucket()
public InventoryFormat format()
public String prefix()
public InventoryEncryption encryption()
Copyright © 2021. All rights reserved.