public static interface GetDigestResponse.Builder extends QldbResponse.Builder, SdkPojo, CopyableBuilder<GetDigestResponse.Builder,GetDigestResponse>
| Modifier and Type | Method and Description |
|---|---|
GetDigestResponse.Builder |
digest(SdkBytes digest)
The 256-bit hash value representing the digest returned by a
GetDigest request. |
default GetDigestResponse.Builder |
digestTipAddress(Consumer<ValueHolder.Builder> digestTipAddress)
The latest block location covered by the digest that you requested.
|
GetDigestResponse.Builder |
digestTipAddress(ValueHolder digestTipAddress)
The latest block location covered by the digest that you requested.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildGetDigestResponse.Builder digest(SdkBytes digest)
The 256-bit hash value representing the digest returned by a GetDigest request.
digest - The 256-bit hash value representing the digest returned by a GetDigest request.GetDigestResponse.Builder digestTipAddress(ValueHolder digestTipAddress)
The latest block location covered by the digest that you requested. An address is an Amazon Ion structure
that has two fields: strandId and sequenceNo.
digestTipAddress - The latest block location covered by the digest that you requested. An address is an Amazon Ion
structure that has two fields: strandId and sequenceNo.default GetDigestResponse.Builder digestTipAddress(Consumer<ValueHolder.Builder> digestTipAddress)
The latest block location covered by the digest that you requested. An address is an Amazon Ion structure
that has two fields: strandId and sequenceNo.
ValueHolder.Builder avoiding the need to
create one manually via ValueHolder.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its result
is passed to digestTipAddress(ValueHolder).digestTipAddress - a consumer that will call methods on ValueHolder.BuilderdigestTipAddress(ValueHolder)Copyright © 2022. All rights reserved.