Interface LaunchProfileMembership.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<LaunchProfileMembership.Builder,LaunchProfileMembership>,SdkBuilder<LaunchProfileMembership.Builder,LaunchProfileMembership>,SdkPojo
- Enclosing class:
- LaunchProfileMembership
public static interface LaunchProfileMembership.Builder extends SdkPojo, CopyableBuilder<LaunchProfileMembership.Builder,LaunchProfileMembership>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description LaunchProfileMembership.BuilderidentityStoreId(String identityStoreId)The ID of the identity store.LaunchProfileMembership.Builderpersona(String persona)The persona.LaunchProfileMembership.Builderpersona(LaunchProfilePersona persona)The persona.LaunchProfileMembership.BuilderprincipalId(String principalId)The principal ID.LaunchProfileMembership.Buildersid(String sid)The Active Directory Security Identifier for this user, if available.-
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
-
identityStoreId
LaunchProfileMembership.Builder identityStoreId(String identityStoreId)
The ID of the identity store.
- Parameters:
identityStoreId- The ID of the identity store.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
persona
LaunchProfileMembership.Builder persona(String persona)
The persona.
- Parameters:
persona- The persona.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
LaunchProfilePersona,LaunchProfilePersona
-
persona
LaunchProfileMembership.Builder persona(LaunchProfilePersona persona)
The persona.
- Parameters:
persona- The persona.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
LaunchProfilePersona,LaunchProfilePersona
-
principalId
LaunchProfileMembership.Builder principalId(String principalId)
The principal ID.
- Parameters:
principalId- The principal ID.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
sid
LaunchProfileMembership.Builder sid(String sid)
The Active Directory Security Identifier for this user, if available.
- Parameters:
sid- The Active Directory Security Identifier for this user, if available.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-