CopyableBuilder<GetAttributesRequest.Builder,GetAttributesRequest>
, SdkBuilder<GetAttributesRequest.Builder,GetAttributesRequest>
public static interface GetAttributesRequest.Builder extends CopyableBuilder<GetAttributesRequest.Builder,GetAttributesRequest>
Modifier and Type | Method | Description |
---|---|---|
GetAttributesRequest.Builder |
attributeNames(String... attributeNames) |
The names of the attributes.
|
GetAttributesRequest.Builder |
attributeNames(Collection<String> attributeNames) |
The names of the attributes.
|
GetAttributesRequest.Builder |
consistentRead(Boolean consistentRead) |
Determines whether or not strong consistency should be enforced when data is read from SimpleDB.
|
GetAttributesRequest.Builder |
domainName(String domainName) |
The name of the domain in which to perform the operation.
|
GetAttributesRequest.Builder |
itemName(String itemName) |
The name of the item.
|
copy
apply, build
GetAttributesRequest.Builder domainName(String domainName)
domainName
- The name of the domain in which to perform the operation.GetAttributesRequest.Builder itemName(String itemName)
itemName
- The name of the item.GetAttributesRequest.Builder attributeNames(Collection<String> attributeNames)
attributeNames
- The names of the attributes.GetAttributesRequest.Builder attributeNames(String... attributeNames)
NOTE: This method appends the values to the existing list (if any). Use
#setAttributeNames(java.util.Collection)
or #withAttributeNames(java.util.Collection)
if you
want to override the existing values.
attributeNames
- The names of the attributes.GetAttributesRequest.Builder consistentRead(Boolean consistentRead)
true
, any data previously written to SimpleDB will be returned. Otherwise, results will be
consistent eventually, and the client may not see data that was written immediately before your read.consistentRead
- Determines whether or not strong consistency should be enforced when data is read from SimpleDB. If
true
, any data previously written to SimpleDB will be returned. Otherwise, results will
be consistent eventually, and the client may not see data that was written immediately before your
read.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.