@Generated(value="software.amazon.awssdk:codegen") public final class KeyRange extends Object implements SdkPojo, Serializable, 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) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
List<SdkField<?>> |
sdkFields() |
static Class<? extends KeyRange.Builder> |
serializableBuilderClass() |
KeyRange.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String beginMarker()
The key that starts an optional key range for an export job. Ranges are inclusive and UTF-8 binary sorted.
public final 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()
toBuilder in interface ToCopyableBuilder<KeyRange.Builder,KeyRange>public static KeyRange.Builder builder()
public static Class<? extends KeyRange.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2022. All rights reserved.