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
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description default RecipientDetail.BuilderssoIdentity(Consumer<SSOIdentity.Builder> ssoIdentity)The AWS Single Sign-On (AWS SSO) authentication information.RecipientDetail.BuilderssoIdentity(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 Detail
-
ssoIdentity
RecipientDetail.Builder ssoIdentity(SSOIdentity 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
default RecipientDetail.Builder ssoIdentity(Consumer<SSOIdentity.Builder> ssoIdentity)
The AWS Single Sign-On (AWS SSO) authentication information.
This is a convenience method that creates an instance of theSSOIdentity.Builderavoiding the need to create one manually viaSSOIdentity.builder().When the
Consumercompletes,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:
ssoIdentity(SSOIdentity)
-
-