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