Interface AwsDynamoDbTableProjection.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<AwsDynamoDbTableProjection.Builder,
,AwsDynamoDbTableProjection> SdkBuilder<AwsDynamoDbTableProjection.Builder,
,AwsDynamoDbTableProjection> SdkPojo
- Enclosing class:
AwsDynamoDbTableProjection
@Mutable
@NotThreadSafe
public static interface AwsDynamoDbTableProjection.Builder
extends SdkPojo, CopyableBuilder<AwsDynamoDbTableProjection.Builder,AwsDynamoDbTableProjection>
-
Method Summary
Modifier and TypeMethodDescriptionnonKeyAttributes
(String... nonKeyAttributes) The nonkey attributes that are projected into the index.nonKeyAttributes
(Collection<String> nonKeyAttributes) The nonkey attributes that are projected into the index.projectionType
(String projectionType) The types of attributes that are projected into the index.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
nonKeyAttributes
The nonkey attributes that are projected into the index. For each attribute, provide the attribute name.
- Parameters:
nonKeyAttributes
- The nonkey attributes that are projected into the index. For each attribute, provide the attribute name.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
nonKeyAttributes
The nonkey attributes that are projected into the index. For each attribute, provide the attribute name.
- Parameters:
nonKeyAttributes
- The nonkey attributes that are projected into the index. For each attribute, provide the attribute name.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
projectionType
The types of attributes that are projected into the index. Valid values are as follows:
-
ALL
-
INCLUDE
-
KEYS_ONLY
- Parameters:
projectionType
- The types of attributes that are projected into the index. Valid values are as follows:-
ALL
-
INCLUDE
-
KEYS_ONLY
-
- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-