Class Studio
- java.lang.Object
-
- software.amazon.awssdk.services.nimble.model.Studio
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<Studio.Builder,Studio>
@Generated("software.amazon.awssdk:codegen") public final class Studio extends Object implements SdkPojo, Serializable, ToCopyableBuilder<Studio.Builder,Studio>
Represents a studio resource.
A studio is the core resource used with Nimble Studio. You must create a studio first, before any other resource type can be created. All other resources you create and manage in Nimble Studio are contained within a studio.
When creating a studio, you must provides two IAM roles for use with the Nimble Studio portal. These roles are assumed by your users when they log in to the Nimble Studio portal via IAM Identity Center and your identity source.
The user role must have the
AmazonNimbleStudio-StudioUsermanaged policy attached for the portal to function properly.The admin role must have the
AmazonNimbleStudio-StudioAdminmanaged policy attached for the portal to function properly.Your studio roles must trust the
identity.nimble.amazonaws.comservice principal to function properly.- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceStudio.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description StringadminRoleArn()The IAM role that studio admins assume when logging in to the Nimble Studio portal.Stringarn()The Amazon Resource Name (ARN) that is assigned to a studio resource and uniquely identifies it.static Studio.Builderbuilder()InstantcreatedAt()The ISO timestamp in seconds for when the resource was created.StringdisplayName()A friendly name for the studio.booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()booleanhasTags()For responses, this returns true if the service returned a value for the Tags property.StringhomeRegion()The Amazon Web Services Region where the studio resource is located.List<SdkField<?>>sdkFields()static Class<? extends Studio.Builder>serializableBuilderClass()StringssoClientId()The IAM Identity Center application client ID used to integrate with IAM Identity Center.StudioStatestate()The current state of the studio resource.StringstateAsString()The current state of the studio resource.StudioStatusCodestatusCode()Status codes that provide additional detail on the studio state.StringstatusCodeAsString()Status codes that provide additional detail on the studio state.StringstatusMessage()Additional detail on the studio state.StudioEncryptionConfigurationstudioEncryptionConfiguration()Configuration of the encryption method that is used for the studio.StringstudioId()The unique identifier for a studio resource.StringstudioName()The name of the studio, as included in the URL when accessing it in the Nimble Studio portal.StringstudioUrl()The address of the web page for the studio.Map<String,String>tags()A collection of labels, in the form of key-value pairs, that apply to this resource.Studio.BuildertoBuilder()StringtoString()Returns a string representation of this object.InstantupdatedAt()The ISO timestamp in seconds for when the resource was updated.StringuserRoleArn()The IAM role that studio users assume when logging in to the Nimble Studio portal.-
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
-
adminRoleArn
public final String adminRoleArn()
The IAM role that studio admins assume when logging in to the Nimble Studio portal.
- Returns:
- The IAM role that studio admins assume when logging in to the Nimble Studio portal.
-
arn
public final String arn()
The Amazon Resource Name (ARN) that is assigned to a studio resource and uniquely identifies it. ARNs are unique across all Regions.
- Returns:
- The Amazon Resource Name (ARN) that is assigned to a studio resource and uniquely identifies it. ARNs are unique across all Regions.
-
createdAt
public final Instant createdAt()
The ISO timestamp in seconds for when the resource was created.
- Returns:
- The ISO timestamp in seconds for when the resource was created.
-
displayName
public final String displayName()
A friendly name for the studio.
- Returns:
- A friendly name for the studio.
-
homeRegion
public final String homeRegion()
The Amazon Web Services Region where the studio resource is located.
- Returns:
- The Amazon Web Services Region where the studio resource is located.
-
ssoClientId
public final String ssoClientId()
The IAM Identity Center application client ID used to integrate with IAM Identity Center. This ID allows IAM Identity Center users to log in to Nimble Studio portal.
- Returns:
- The IAM Identity Center application client ID used to integrate with IAM Identity Center. This ID allows IAM Identity Center users to log in to Nimble Studio portal.
-
state
public final StudioState state()
The current state of the studio resource.
If the service returns an enum value that is not available in the current SDK version,
statewill returnStudioState.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromstateAsString().- Returns:
- The current state of the studio resource.
- See Also:
StudioState
-
stateAsString
public final String stateAsString()
The current state of the studio resource.
If the service returns an enum value that is not available in the current SDK version,
statewill returnStudioState.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromstateAsString().- Returns:
- The current state of the studio resource.
- See Also:
StudioState
-
statusCode
public final StudioStatusCode statusCode()
Status codes that provide additional detail on the studio state.
If the service returns an enum value that is not available in the current SDK version,
statusCode()will returnStudioStatusCode.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromstatusCodeAsString().- Returns:
- Status codes that provide additional detail on the studio state.
- See Also:
StudioStatusCode
-
statusCodeAsString
public final String statusCodeAsString()
Status codes that provide additional detail on the studio state.
If the service returns an enum value that is not available in the current SDK version,
statusCode()will returnStudioStatusCode.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromstatusCodeAsString().- Returns:
- Status codes that provide additional detail on the studio state.
- See Also:
StudioStatusCode
-
statusMessage
public final String statusMessage()
Additional detail on the studio state.
- Returns:
- Additional detail on the studio state.
-
studioEncryptionConfiguration
public final StudioEncryptionConfiguration studioEncryptionConfiguration()
Configuration of the encryption method that is used for the studio.
- Returns:
- Configuration of the encryption method that is used for the studio.
-
studioId
public final String studioId()
The unique identifier for a studio resource. In Nimble Studio, all other resources are contained in a studio resource.
- Returns:
- The unique identifier for a studio resource. In Nimble Studio, all other resources are contained in a studio resource.
-
studioName
public final String studioName()
The name of the studio, as included in the URL when accessing it in the Nimble Studio portal.
- Returns:
- The name of the studio, as included in the URL when accessing it in the Nimble Studio portal.
-
studioUrl
public final String studioUrl()
The address of the web page for the studio.
- Returns:
- The address of the web page for the studio.
-
hasTags
public final boolean hasTags()
For responses, this returns true if the service returned a value for the Tags property. This DOES NOT check that the value is non-empty (for which, you should check theisEmpty()method on the property). This is useful because the SDK will never return a null collection or map, but you may need to differentiate between the service returning nothing (or null) and the service returning an empty collection or map. For requests, this returns true if a value for the property was specified in the request builder, and false if a value was not specified.
-
tags
public final Map<String,String> tags()
A collection of labels, in the form of key-value pairs, that apply to this resource.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
This method will never return null. If you would like to know whether the service returned this field (so that you can differentiate between null and empty), you can use the
hasTags()method.- Returns:
- A collection of labels, in the form of key-value pairs, that apply to this resource.
-
updatedAt
public final Instant updatedAt()
The ISO timestamp in seconds for when the resource was updated.
- Returns:
- The ISO timestamp in seconds for when the resource was updated.
-
userRoleArn
public final String userRoleArn()
The IAM role that studio users assume when logging in to the Nimble Studio portal.
- Returns:
- The IAM role that studio users assume when logging in to the Nimble Studio portal.
-
toBuilder
public Studio.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<Studio.Builder,Studio>
-
builder
public static Studio.Builder builder()
-
serializableBuilderClass
public static Class<? extends Studio.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.
-
-