Uses of Interface
software.amazon.awssdk.services.sso.model.AccountInfo.Builder
-
Packages that use AccountInfo.Builder Package Description software.amazon.awssdk.services.sso.model -
-
Uses of AccountInfo.Builder in software.amazon.awssdk.services.sso.model
Methods in software.amazon.awssdk.services.sso.model that return AccountInfo.Builder Modifier and Type Method Description AccountInfo.BuilderAccountInfo.Builder. accountId(String accountId)The identifier of the AWS account that is assigned to the user.AccountInfo.BuilderAccountInfo.Builder. accountName(String accountName)The display name of the AWS account that is assigned to the user.static AccountInfo.BuilderAccountInfo. builder()AccountInfo.BuilderAccountInfo.Builder. emailAddress(String emailAddress)The email address of the AWS account that is assigned to the user.AccountInfo.BuilderAccountInfo. toBuilder()Methods in software.amazon.awssdk.services.sso.model that return types with arguments of type AccountInfo.Builder Modifier and Type Method Description static Class<? extends AccountInfo.Builder>AccountInfo. serializableBuilderClass()
-