StructuredPojo
, ToCopyableBuilder<KeyRange.Builder,KeyRange>
@Generated("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 | Description |
---|---|---|
static interface |
KeyRange.Builder |
Modifier and Type | Method | 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) |
|
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() |
public 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()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<KeyRange.Builder,KeyRange>
public static KeyRange.Builder builder()
public static Class<? extends KeyRange.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.