Class Studio
- All Implemented Interfaces:
Serializable
,SdkPojo
,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-StudioUser
managed policy attached for the portal to
function properly.
The admin role must have the AmazonNimbleStudio-StudioAdmin
managed policy attached for the portal to
function properly.
Your studio roles must trust the identity.nimble.amazonaws.com
service principal to function properly.
- See Also:
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionfinal String
The IAM role that studio admins assume when logging in to the Nimble Studio portal.final String
arn()
The Amazon Resource Name (ARN) that is assigned to a studio resource and uniquely identifies it.static Studio.Builder
builder()
final Instant
The ISO timestamp in seconds for when the resource was created.final String
A friendly name for the studio.final boolean
final boolean
equalsBySdkFields
(Object obj) Indicates whether some other object is "equal to" this one by SDK fields.final <T> Optional
<T> getValueForField
(String fieldName, Class<T> clazz) final int
hashCode()
final boolean
hasTags()
For responses, this returns true if the service returned a value for the Tags property.final String
The Amazon Web Services Region where the studio resource is located.static Class
<? extends Studio.Builder> final String
The IAM Identity Center application client ID used to integrate with IAM Identity Center.final StudioState
state()
The current state of the studio resource.final String
The current state of the studio resource.final StudioStatusCode
Status codes that provide additional detail on the studio state.final String
Status codes that provide additional detail on the studio state.final String
Additional detail on the studio state.Configuration of the encryption method that is used for the studio.final String
studioId()
The unique identifier for a studio resource.final String
The name of the studio, as included in the URL when accessing it in the Nimble Studio portal.final String
The address of the web page for the studio.tags()
A collection of labels, in the form of key-value pairs, that apply to this resource.Take this object and create a builder that contains all of the current property values of this object.final String
toString()
Returns a string representation of this object.final Instant
The ISO timestamp in seconds for when the resource was updated.final String
The IAM role that studio users assume when logging in to the Nimble Studio portal.Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
Method Details
-
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
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
The ISO timestamp in seconds for when the resource was created.
- Returns:
- The ISO timestamp in seconds for when the resource was created.
-
displayName
A friendly name for the studio.
- Returns:
- A friendly name for the studio.
-
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
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
The current state of the studio resource.
If the service returns an enum value that is not available in the current SDK version,
state
will 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:
-
stateAsString
The current state of the studio resource.
If the service returns an enum value that is not available in the current SDK version,
state
will 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:
-
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:
-
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:
-
statusMessage
Additional detail on the studio state.
- Returns:
- Additional detail on the studio state.
-
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
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
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
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
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
The ISO timestamp in seconds for when the resource was updated.
- Returns:
- The ISO timestamp in seconds for when the resource was updated.
-
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
Description copied from interface:ToCopyableBuilder
Take this object and create a builder that contains all of the current property values of this object.- Specified by:
toBuilder
in interfaceToCopyableBuilder<Studio.Builder,
Studio> - Returns:
- a builder for type T
-
builder
-
serializableBuilderClass
-
hashCode
public final int hashCode() -
equals
-
equalsBySdkFields
Description copied from interface:SdkPojo
Indicates whether some other object is "equal to" this one by SDK fields. An SDK field is a modeled, non-inherited field in anSdkPojo
class, and is generated based on a service model.If an
SdkPojo
class does not have any inherited fields,equalsBySdkFields
andequals
are essentially the same.- Specified by:
equalsBySdkFields
in interfaceSdkPojo
- Parameters:
obj
- the object to be compared with- Returns:
- true if the other object equals to this object by sdk fields, false otherwise.
-
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. -
getValueForField
-
sdkFields
-