public static interface DeleteTrustAnchorResponse.Builder extends RolesAnywhereResponse.Builder, SdkPojo, CopyableBuilder<DeleteTrustAnchorResponse.Builder,DeleteTrustAnchorResponse>
| Modifier and Type | Method and Description |
|---|---|
default DeleteTrustAnchorResponse.Builder |
trustAnchor(Consumer<TrustAnchorDetail.Builder> trustAnchor)
The state of the trust anchor after a read or write operation.
|
DeleteTrustAnchorResponse.Builder |
trustAnchor(TrustAnchorDetail trustAnchor)
The state of the trust anchor after a read or write operation.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildDeleteTrustAnchorResponse.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 DeleteTrustAnchorResponse.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.