@Generated(value="software.amazon.awssdk:codegen") public class KeyRange extends Object implements StructuredPojo, ToCopyableBuilder<KeyRange.Builder,KeyRange>
Contains a key range. For export jobs, a S3Resource 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 |
KeyRange.Builder |
| Modifier and Type | Method and Description |
|---|---|
String |
beginMarker()
The key that starts an optional key range for an export job.
|
static KeyRange.Builder |
builder() |
String |
endMarker()
The key that ends an optional key range for an export job.
|
boolean |
equals(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller. |
static Class<? extends KeyRange.Builder> |
serializableBuilderClass() |
KeyRange.Builder |
toBuilder()
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
copypublic String beginMarker()
The key that starts an optional key range for an export job. Ranges are inclusive and UTF-8 binary sorted.
public String endMarker()
The key that ends an optional key range for an export job. Ranges are inclusive and UTF-8 binary sorted.
public KeyRange.Builder toBuilder()
ToCopyableBuildertoBuilder in interface ToCopyableBuilder<KeyRange.Builder,KeyRange>public static KeyRange.Builder builder()
public static Class<? extends KeyRange.Builder> serializableBuilderClass()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.