ToCopyableBuilder<Destination.Builder,Destination>
@Generated("software.amazon.awssdk:codegen") public class Destination extends Object implements ToCopyableBuilder<Destination.Builder,Destination>
Modifier and Type | Class | Description |
---|---|---|
static interface |
Destination.Builder |
Modifier and Type | Method | Description |
---|---|---|
String |
bucket() |
Amazon resource name (ARN) of the bucket where you want Amazon S3 to store replicas of the object identified by
the rule.
|
static Destination.Builder |
builder() |
|
boolean |
equals(Object obj) |
|
int |
hashCode() |
|
static Class<? extends Destination.Builder> |
serializableBuilderClass() |
|
String |
storageClass() |
The class of storage used to store the object.
|
Destination.Builder |
toBuilder() |
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
public String bucket()
public String storageClass()
StorageClass
public Destination.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<Destination.Builder,Destination>
public static Destination.Builder builder()
public static Class<? extends Destination.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.