Class LaunchProfileMembership
- java.lang.Object
-
- software.amazon.awssdk.services.nimble.model.LaunchProfileMembership
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<LaunchProfileMembership.Builder,LaunchProfileMembership>
@Generated("software.amazon.awssdk:codegen") public final class LaunchProfileMembership extends Object implements SdkPojo, Serializable, ToCopyableBuilder<LaunchProfileMembership.Builder,LaunchProfileMembership>
Studio admins can use launch profile membership to delegate launch profile access to studio users in the Nimble Studio portal without writing or maintaining complex IAM policies. A launch profile member is a user association from your studio identity source who is granted permissions to a launch profile.
A launch profile member (type USER) provides the following permissions to that launch profile:
-
GetLaunchProfile
-
GetLaunchProfileInitialization
-
GetLaunchProfileMembers
-
GetLaunchProfileMember
-
CreateStreamingSession
-
GetLaunchProfileDetails
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceLaunchProfileMembership.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static LaunchProfileMembership.Builderbuilder()booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()StringidentityStoreId()The ID of the identity store.LaunchProfilePersonapersona()The persona.StringpersonaAsString()The persona.StringprincipalId()The principal ID.List<SdkField<?>>sdkFields()static Class<? extends LaunchProfileMembership.Builder>serializableBuilderClass()Stringsid()The Active Directory Security Identifier for this user, if available.LaunchProfileMembership.BuildertoBuilder()StringtoString()Returns a string representation of this object.-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
-
-
-
Method Detail
-
identityStoreId
public final String identityStoreId()
The ID of the identity store.
- Returns:
- The ID of the identity store.
-
persona
public final LaunchProfilePersona persona()
The persona.
If the service returns an enum value that is not available in the current SDK version,
personawill returnLaunchProfilePersona.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available frompersonaAsString().- Returns:
- The persona.
- See Also:
LaunchProfilePersona
-
personaAsString
public final String personaAsString()
The persona.
If the service returns an enum value that is not available in the current SDK version,
personawill returnLaunchProfilePersona.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available frompersonaAsString().- Returns:
- The persona.
- See Also:
LaunchProfilePersona
-
principalId
public final String principalId()
The principal ID.
- Returns:
- The principal ID.
-
sid
public final String sid()
The Active Directory Security Identifier for this user, if available.
- Returns:
- The Active Directory Security Identifier for this user, if available.
-
toBuilder
public LaunchProfileMembership.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<LaunchProfileMembership.Builder,LaunchProfileMembership>
-
builder
public static LaunchProfileMembership.Builder builder()
-
serializableBuilderClass
public static Class<? extends LaunchProfileMembership.Builder> serializableBuilderClass()
-
equalsBySdkFields
public final boolean equalsBySdkFields(Object obj)
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
toString
public final String toString()
Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
-
-