Interface RecipientDetail.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<RecipientDetail.Builder,
,RecipientDetail> SdkBuilder<RecipientDetail.Builder,
,RecipientDetail> SdkPojo
- Enclosing class:
RecipientDetail
public static interface RecipientDetail.Builder
extends SdkPojo, CopyableBuilder<RecipientDetail.Builder,RecipientDetail>
-
Method Summary
Modifier and TypeMethodDescriptiondefault RecipientDetail.Builder
ssoIdentity
(Consumer<SSOIdentity.Builder> ssoIdentity) The AWS Single Sign-On (AWS SSO) authentication information.ssoIdentity
(SSOIdentity ssoIdentity) The AWS Single Sign-On (AWS SSO) authentication information.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
Method Details
-
ssoIdentity
The AWS Single Sign-On (AWS SSO) authentication information.
- Parameters:
ssoIdentity
- The AWS Single Sign-On (AWS SSO) authentication information.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
ssoIdentity
The AWS Single Sign-On (AWS SSO) authentication information.
This is a convenience method that creates an instance of theSSOIdentity.Builder
avoiding the need to create one manually viaSSOIdentity.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed tossoIdentity(SSOIdentity)
.- Parameters:
ssoIdentity
- a consumer that will call methods onSSOIdentity.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-