public static interface TransactGetItem.Builder extends SdkPojo, CopyableBuilder<TransactGetItem.Builder,TransactGetItem>
Modifier and Type | Method and Description |
---|---|
default TransactGetItem.Builder |
get(Consumer<Get.Builder> get)
Contains the primary key that identifies the item to get, together with the name of the table that contains
the item, and optionally the specific attributes of the item to retrieve.
|
TransactGetItem.Builder |
get(Get get)
Contains the primary key that identifies the item to get, together with the name of the table that contains
the item, and optionally the specific attributes of the item to retrieve.
|
equalsBySdkFields, sdkFields
copy
applyMutation, build
TransactGetItem.Builder get(Get get)
Contains the primary key that identifies the item to get, together with the name of the table that contains the item, and optionally the specific attributes of the item to retrieve.
get
- Contains the primary key that identifies the item to get, together with the name of the table that
contains the item, and optionally the specific attributes of the item to retrieve.default TransactGetItem.Builder get(Consumer<Get.Builder> get)
Contains the primary key that identifies the item to get, together with the name of the table that contains the item, and optionally the specific attributes of the item to retrieve.
This is a convenience that creates an instance of theGet.Builder
avoiding the need to create one
manually via Get.builder()
.
When the Consumer
completes, SdkBuilder.build()
is called immediately and its result is
passed to get(Get)
.get
- a consumer that will call methods on Get.Builder
get(Get)
Copyright © 2020. All rights reserved.