public static interface LaunchProfileMembership.Builder extends SdkPojo, CopyableBuilder<LaunchProfileMembership.Builder,LaunchProfileMembership>
| Modifier and Type | Method and Description |
|---|---|
LaunchProfileMembership.Builder |
identityStoreId(String identityStoreId)
The ID of the identity store.
|
LaunchProfileMembership.Builder |
persona(LaunchProfilePersona persona)
The persona.
|
LaunchProfileMembership.Builder |
persona(String persona)
The persona.
|
LaunchProfileMembership.Builder |
principalId(String principalId)
The principal ID.
|
LaunchProfileMembership.Builder |
sid(String sid)
The Active Directory Security Identifier for this user, if available.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildLaunchProfileMembership.Builder identityStoreId(String identityStoreId)
The ID of the identity store.
identityStoreId - The ID of the identity store.LaunchProfileMembership.Builder persona(String persona)
The persona.
persona - The persona.LaunchProfilePersona,
LaunchProfilePersonaLaunchProfileMembership.Builder persona(LaunchProfilePersona persona)
The persona.
persona - The persona.LaunchProfilePersona,
LaunchProfilePersonaLaunchProfileMembership.Builder principalId(String principalId)
The principal ID.
principalId - The principal ID.LaunchProfileMembership.Builder sid(String sid)
The Active Directory Security Identifier for this user, if available.
sid - The Active Directory Security Identifier for this user, if available.Copyright © 2023. All rights reserved.