Interface GetItemRequest.Builder
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<GetItemRequest.Builder,,GetItemRequest> JsonRpc10DataPlaneRequest.Builder,SdkBuilder<GetItemRequest.Builder,,GetItemRequest> SdkPojo,SdkRequest.Builder
- Enclosing class:
GetItemRequest
@Mutable
@NotThreadSafe
public static interface GetItemRequest.Builder
extends JsonRpc10DataPlaneRequest.Builder, SdkPojo, CopyableBuilder<GetItemRequest.Builder,GetItemRequest>
-
Method Summary
Modifier and TypeMethodDescriptionattributesToGet(String... attributesToGet) Sets the value of the AttributesToGet property for this object.attributesToGet(Collection<String> attributesToGet) Sets the value of the AttributesToGet property for this object.consistentRead(Boolean consistentRead) Sets the value of the ConsistentRead property for this object.expressionAttributeNames(Map<String, String> expressionAttributeNames) Sets the value of the ExpressionAttributeNames property for this object.key(Map<String, AttributeValue> key) Sets the value of the Key property for this object.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Add an optional request override configuration.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Add an optional request override configuration.projectionExpression(String projectionExpression) Sets the value of the ProjectionExpression property for this object.returnConsumedCapacity(String returnConsumedCapacity) Sets the value of the ReturnConsumedCapacity property for this object.Sets the value of the TableName property for this object.Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfigurationMethods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.services.jsonrpc10dataplane.model.JsonRpc10DataPlaneRequest.Builder
buildMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
tableName
Sets the value of the TableName property for this object.- Parameters:
tableName- The new value for the TableName property for this object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
key
Sets the value of the Key property for this object.- Parameters:
key- The new value for the Key property for this object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
attributesToGet
Sets the value of the AttributesToGet property for this object.- Parameters:
attributesToGet- The new value for the AttributesToGet property for this object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
attributesToGet
Sets the value of the AttributesToGet property for this object.- Parameters:
attributesToGet- The new value for the AttributesToGet property for this object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
consistentRead
Sets the value of the ConsistentRead property for this object.- Parameters:
consistentRead- The new value for the ConsistentRead property for this object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
returnConsumedCapacity
Sets the value of the ReturnConsumedCapacity property for this object.- Parameters:
returnConsumedCapacity- The new value for the ReturnConsumedCapacity property for this object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
projectionExpression
Sets the value of the ProjectionExpression property for this object.- Parameters:
projectionExpression- The new value for the ProjectionExpression property for this object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
expressionAttributeNames
Sets the value of the ExpressionAttributeNames property for this object.- Parameters:
expressionAttributeNames- The new value for the ExpressionAttributeNames property for this object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
Description copied from interface:AwsRequest.BuilderAdd an optional request override configuration.- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder- Parameters:
overrideConfiguration- The override configuration.- Returns:
- This object for method chaining.
-
overrideConfiguration
GetItemRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Description copied from interface:AwsRequest.BuilderAdd an optional request override configuration.- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder- Parameters:
builderConsumer- AConsumerto which an emptyAwsRequestOverrideConfiguration.Builderwill be given.- Returns:
- This object for method chaining.
-