public static interface PutNotificationSettingsResponse.Builder extends RolesAnywhereResponse.Builder, SdkPojo, CopyableBuilder<PutNotificationSettingsResponse.Builder,PutNotificationSettingsResponse>
| Modifier and Type | Method and Description |
|---|---|
default PutNotificationSettingsResponse.Builder |
trustAnchor(Consumer<TrustAnchorDetail.Builder> trustAnchor)
Sets the value of the TrustAnchor property for this object.
|
PutNotificationSettingsResponse.Builder |
trustAnchor(TrustAnchorDetail trustAnchor)
Sets the value of the TrustAnchor property for this object.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildPutNotificationSettingsResponse.Builder trustAnchor(TrustAnchorDetail trustAnchor)
trustAnchor - The new value for the TrustAnchor property for this object.default PutNotificationSettingsResponse.Builder trustAnchor(Consumer<TrustAnchorDetail.Builder> trustAnchor)
TrustAnchorDetail.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.