public static interface GetAttributesRequest.Builder extends SimpleDbRequest.Builder, CopyableBuilder<GetAttributesRequest.Builder,GetAttributesRequest>
Modifier and Type | Method and Description |
---|---|
GetAttributesRequest.Builder |
attributeNames(Collection<String> attributeNames)
The names of the attributes.
|
GetAttributesRequest.Builder |
attributeNames(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.
|
GetAttributesRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
Add an optional request override configuration.
|
GetAttributesRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
Add an optional request override configuration.
|
build
overrideConfiguration
copy
applyMutation, 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)
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.GetAttributesRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
AwsRequest.Builder
overrideConfiguration
in interface AwsRequest.Builder
overrideConfiguration
- The override configuration.GetAttributesRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
AwsRequest.Builder
overrideConfiguration
in interface AwsRequest.Builder
builderConsumer
- A Consumer
to which an empty AwsRequestOverrideConfiguration.Builder
will be
given.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.