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