Cloneable
, ReadLimitInfo
, ToCopyableBuilder<BatchReadRequest.Builder,BatchReadRequest>
@Generated("software.amazon.awssdk:codegen") public class BatchReadRequest extends AmazonWebServiceRequest implements ToCopyableBuilder<BatchReadRequest.Builder,BatchReadRequest>
Modifier and Type | Class | Description |
---|---|---|
static interface |
BatchReadRequest.Builder |
NOOP
Modifier and Type | Method | Description |
---|---|---|
static BatchReadRequest.Builder |
builder() |
|
String |
consistencyLevel() |
Represents the manner and timing in which the successful write or update of an object is reflected in a
subsequent read operation of that same object.
|
String |
directoryArn() |
The Amazon Resource Name (ARN) that is associated with the Directory.
|
boolean |
equals(Object obj) |
|
int |
hashCode() |
|
List<BatchReadOperation> |
operations() |
A list of operations that are part of the batch.
|
static Class<? extends BatchReadRequest.Builder> |
serializableBuilderClass() |
|
BatchReadRequest.Builder |
toBuilder() |
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
clone, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getReadLimit, getRequestClientOptions, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, withGeneralProgressListener, withRequestMetricCollector, withSdkClientExecutionTimeout
public String directoryArn()
public List<BatchReadOperation> operations()
A list of operations that are part of the batch.
public String consistencyLevel()
Represents the manner and timing in which the successful write or update of an object is reflected in a subsequent read operation of that same object.
ConsistencyLevel
public BatchReadRequest.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<BatchReadRequest.Builder,BatchReadRequest>
public static BatchReadRequest.Builder builder()
public static Class<? extends BatchReadRequest.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.