Interface GetBlockResponse.Builder
- All Superinterfaces:
AwsResponse.Builder
,Buildable
,CopyableBuilder<GetBlockResponse.Builder,
,GetBlockResponse> QldbResponse.Builder
,SdkBuilder<GetBlockResponse.Builder,
,GetBlockResponse> SdkPojo
,SdkResponse.Builder
- Enclosing class:
GetBlockResponse
-
Method Summary
Modifier and TypeMethodDescriptiondefault GetBlockResponse.Builder
block
(Consumer<ValueHolder.Builder> block) The block data object in Amazon Ion format.block
(ValueHolder block) The block data object in Amazon Ion format.default GetBlockResponse.Builder
proof
(Consumer<ValueHolder.Builder> proof) The proof object in Amazon Ion format returned by aGetBlock
request.proof
(ValueHolder proof) The proof object in Amazon Ion format returned by aGetBlock
request.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.services.qldb.model.QldbResponse.Builder
build, responseMetadata, responseMetadata
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
Method Details
-
block
The block data object in Amazon Ion format.
- Parameters:
block
- The block data object in Amazon Ion format.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
block
The block data object in Amazon Ion format.
This is a convenience method that creates an instance of theValueHolder.Builder
avoiding the need to create one manually viaValueHolder.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed toblock(ValueHolder)
.- Parameters:
block
- a consumer that will call methods onValueHolder.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
proof
The proof object in Amazon Ion format returned by a
GetBlock
request. A proof contains the list of hash values required to recalculate the specified digest using a Merkle tree, starting with the specified block.- Parameters:
proof
- The proof object in Amazon Ion format returned by aGetBlock
request. A proof contains the list of hash values required to recalculate the specified digest using a Merkle tree, starting with the specified block.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
proof
The proof object in Amazon Ion format returned by a
This is a convenience method that creates an instance of theGetBlock
request. A proof contains the list of hash values required to recalculate the specified digest using a Merkle tree, starting with the specified block.ValueHolder.Builder
avoiding the need to create one manually viaValueHolder.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed toproof(ValueHolder)
.- Parameters:
proof
- a consumer that will call methods onValueHolder.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-