public static interface GetTrustAnchorResponse.Builder extends RolesAnywhereResponse.Builder, SdkPojo, CopyableBuilder<GetTrustAnchorResponse.Builder,GetTrustAnchorResponse>
| Modifier and Type | Method and Description |
|---|---|
default GetTrustAnchorResponse.Builder |
trustAnchor(Consumer<TrustAnchorDetail.Builder> trustAnchor)
The state of the trust anchor after a read or write operation.
|
GetTrustAnchorResponse.Builder |
trustAnchor(TrustAnchorDetail trustAnchor)
The state of the trust anchor after a read or write operation.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildGetTrustAnchorResponse.Builder trustAnchor(TrustAnchorDetail trustAnchor)
The state of the trust anchor after a read or write operation.
trustAnchor - The state of the trust anchor after a read or write operation.default GetTrustAnchorResponse.Builder trustAnchor(Consumer<TrustAnchorDetail.Builder> trustAnchor)
The state of the trust anchor after a read or write operation.
This is a convenience method that creates an instance of theTrustAnchorDetail.Builder avoiding the
need to create one manually via TrustAnchorDetail.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to trustAnchor(TrustAnchorDetail).
trustAnchor - a consumer that will call methods on TrustAnchorDetail.BuildertrustAnchor(TrustAnchorDetail)Copyright © 2023. All rights reserved.