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