public static interface RecipientDetail.Builder extends SdkPojo, CopyableBuilder<RecipientDetail.Builder,RecipientDetail>
| Modifier and Type | Method and Description |
|---|---|
default RecipientDetail.Builder |
ssoIdentity(Consumer<SSOIdentity.Builder> ssoIdentity)
The AWS Single Sign-On (AWS SSO) authentication information.
|
RecipientDetail.Builder |
ssoIdentity(SSOIdentity ssoIdentity)
The AWS Single Sign-On (AWS SSO) authentication information.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildRecipientDetail.Builder ssoIdentity(SSOIdentity ssoIdentity)
The AWS Single Sign-On (AWS SSO) authentication information.
ssoIdentity - The AWS Single Sign-On (AWS SSO) authentication information.default RecipientDetail.Builder ssoIdentity(Consumer<SSOIdentity.Builder> ssoIdentity)
The AWS Single Sign-On (AWS SSO) authentication information.
This is a convenience that creates an instance of theSSOIdentity.Builder avoiding the need to create
one manually via SSOIdentity.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its result
is passed to ssoIdentity(SSOIdentity).ssoIdentity - a consumer that will call methods on SSOIdentity.BuilderssoIdentity(SSOIdentity)Copyright © 2022. All rights reserved.