public static interface TransactGetItemsRequest.Builder extends DynamoDbRequest.Builder, SdkPojo, CopyableBuilder<TransactGetItemsRequest.Builder,TransactGetItemsRequest>
| Modifier and Type | Method and Description | 
|---|---|
TransactGetItemsRequest.Builder | 
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
Add an optional request override configuration. 
 | 
TransactGetItemsRequest.Builder | 
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
Add an optional request override configuration. 
 | 
TransactGetItemsRequest.Builder | 
returnConsumedCapacity(ReturnConsumedCapacity returnConsumedCapacity)
 A value of  
TOTAL causes consumed capacity information to be returned, and a value of
 NONE prevents that information from being returned. | 
TransactGetItemsRequest.Builder | 
returnConsumedCapacity(String returnConsumedCapacity)
 A value of  
TOTAL causes consumed capacity information to be returned, and a value of
 NONE prevents that information from being returned. | 
TransactGetItemsRequest.Builder | 
transactItems(Collection<TransactGetItem> transactItems)
 An ordered array of up to 10  
TransactGetItem objects, each of which contains a Get
 structure. | 
TransactGetItemsRequest.Builder | 
transactItems(Consumer<TransactGetItem.Builder>... transactItems)
 An ordered array of up to 10  
TransactGetItem objects, each of which contains a Get
 structure. | 
TransactGetItemsRequest.Builder | 
transactItems(TransactGetItem... transactItems)
 An ordered array of up to 10  
TransactGetItem objects, each of which contains a Get
 structure. | 
buildoverrideConfigurationcopyapplyMutation, buildTransactGetItemsRequest.Builder transactItems(Collection<TransactGetItem> transactItems)
 An ordered array of up to 10 TransactGetItem objects, each of which contains a Get
 structure.
 
transactItems - An ordered array of up to 10 TransactGetItem objects, each of which contains a
        Get structure.TransactGetItemsRequest.Builder transactItems(TransactGetItem... transactItems)
 An ordered array of up to 10 TransactGetItem objects, each of which contains a Get
 structure.
 
transactItems - An ordered array of up to 10 TransactGetItem objects, each of which contains a
        Get structure.TransactGetItemsRequest.Builder transactItems(Consumer<TransactGetItem.Builder>... transactItems)
 An ordered array of up to 10 TransactGetItem objects, each of which contains a Get
 structure.
 
List.Builder  avoiding the need
 to create one manually via List#builder() .
 When the Consumer completes, List.Builder#build()  is called immediately and
 its result is passed to #transactItems(List) .transactItems - a consumer that will call methods on List.Builder #transactItems(List) TransactGetItemsRequest.Builder returnConsumedCapacity(String returnConsumedCapacity)
 A value of TOTAL causes consumed capacity information to be returned, and a value of
 NONE prevents that information from being returned. No other value is valid.
 
returnConsumedCapacity - A value of TOTAL causes consumed capacity information to be returned, and a value of
        NONE prevents that information from being returned. No other value is valid.ReturnConsumedCapacity, 
ReturnConsumedCapacityTransactGetItemsRequest.Builder returnConsumedCapacity(ReturnConsumedCapacity returnConsumedCapacity)
 A value of TOTAL causes consumed capacity information to be returned, and a value of
 NONE prevents that information from being returned. No other value is valid.
 
returnConsumedCapacity - A value of TOTAL causes consumed capacity information to be returned, and a value of
        NONE prevents that information from being returned. No other value is valid.ReturnConsumedCapacity, 
ReturnConsumedCapacityTransactGetItemsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
AwsRequest.BuilderoverrideConfiguration in interface AwsRequest.BuilderoverrideConfiguration - The override configuration.TransactGetItemsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
AwsRequest.BuilderoverrideConfiguration in interface AwsRequest.BuilderbuilderConsumer - A Consumer to which an empty AwsRequestOverrideConfiguration.Builder will be
 given.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.