@Generated(value="software.amazon.awssdk:codegen") public final class S3Resource extends Object implements StructuredPojo, ToCopyableBuilder<S3Resource.Builder,S3Resource>
Each S3Resource
object represents an Amazon S3 bucket that your transferred data will be exported from
or imported into. For export jobs, this object can have an optional KeyRange
value. The length of the
range is defined at job creation, and has either an inclusive BeginMarker
, an inclusive
EndMarker
, or both. Ranges are UTF-8 binary sorted.
Modifier and Type | Class and Description |
---|---|
static interface |
S3Resource.Builder |
Modifier and Type | Method and Description |
---|---|
String |
bucketArn()
The Amazon Resource Name (ARN) of an Amazon S3 bucket.
|
static S3Resource.Builder |
builder() |
boolean |
equals(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
KeyRange |
keyRange()
For export jobs, you can provide an optional
KeyRange within a specific Amazon S3 bucket. |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
static Class<? extends S3Resource.Builder> |
serializableBuilderClass() |
S3Resource.Builder |
toBuilder()
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
copy
public String bucketArn()
The Amazon Resource Name (ARN) of an Amazon S3 bucket.
public KeyRange keyRange()
For export jobs, you can provide an optional KeyRange
within a specific Amazon S3 bucket. The length
of the range is defined at job creation, and has either an inclusive BeginMarker
, an inclusive
EndMarker
, or both. Ranges are UTF-8 binary sorted.
KeyRange
within a specific Amazon S3 bucket.
The length of the range is defined at job creation, and has either an inclusive BeginMarker
,
an inclusive EndMarker
, or both. Ranges are UTF-8 binary sorted.public S3Resource.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<S3Resource.Builder,S3Resource>
public static S3Resource.Builder builder()
public static Class<? extends S3Resource.Builder> serializableBuilderClass()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.