@Generated(value="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-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.
| Modifier and Type | Class and Description |
|---|---|
static interface |
Studio.Builder |
| Modifier and Type | Method and Description |
|---|---|
String |
adminRoleArn()
The IAM role that studio admins assume when logging in to the Nimble Studio portal.
|
String |
arn()
The Amazon Resource Name (ARN) that is assigned to a studio resource and uniquely identifies it.
|
static Studio.Builder |
builder() |
Instant |
createdAt()
The Unix epoch timestamp in seconds for when the resource was created.
|
String |
displayName()
A friendly name for the studio.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
boolean |
hasTags()
For responses, this returns true if the service returned a value for the Tags property.
|
String |
homeRegion()
The Amazon Web Services Region where the studio resource is located.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends Studio.Builder> |
serializableBuilderClass() |
String |
ssoClientId()
The IAM Identity Center application client ID used to integrate with IAM Identity Center to enable IAM Identity
Center users to log in to Nimble Studio portal.
|
StudioState |
state()
The current state of the studio resource.
|
String |
stateAsString()
The current state of the studio resource.
|
StudioStatusCode |
statusCode()
Status codes that provide additional detail on the studio state.
|
String |
statusCodeAsString()
Status codes that provide additional detail on the studio state.
|
String |
statusMessage()
Additional detail on the studio state.
|
StudioEncryptionConfiguration |
studioEncryptionConfiguration()
Configuration of the encryption method that is used for the studio.
|
String |
studioId()
The unique identifier for a studio resource.
|
String |
studioName()
The name of the studio, as included in the URL when accessing it in the Nimble Studio portal.
|
String |
studioUrl()
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.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
Instant |
updatedAt()
The Unix epoch timestamp in seconds for when the resource was updated.
|
String |
userRoleArn()
The IAM role that studio users assume when logging in to the Nimble Studio portal.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String adminRoleArn()
The IAM role that studio admins assume when logging in to the Nimble Studio portal.
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.
public final Instant createdAt()
The Unix epoch timestamp in seconds for when the resource was created.
public final String displayName()
A friendly name for the studio.
public final String homeRegion()
The Amazon Web Services Region where the studio resource is located.
public final String ssoClientId()
The IAM Identity Center application client ID used to integrate with IAM Identity Center to enable IAM Identity Center users to log in to Nimble Studio portal.
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, state will return
StudioState.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
stateAsString().
StudioStatepublic 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, state will return
StudioState.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
stateAsString().
StudioStatepublic 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
return StudioStatusCode.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
statusCodeAsString().
StudioStatusCodepublic 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
return StudioStatusCode.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
statusCodeAsString().
StudioStatusCodepublic final String statusMessage()
Additional detail on the studio state.
public final StudioEncryptionConfiguration studioEncryptionConfiguration()
Configuration of the encryption method that is used for the studio.
public final String studioId()
The unique identifier for a studio resource. In Nimble Studio, all other resources are contained in a studio resource.
public final String studioName()
The name of the studio, as included in the URL when accessing it in the Nimble Studio portal.
public final String studioUrl()
The address of the web page for the studio.
public final boolean hasTags()
isEmpty() 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.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.
public final Instant updatedAt()
The Unix epoch timestamp in seconds for when the resource was updated.
public final String userRoleArn()
The IAM role that studio users assume when logging in to the Nimble Studio portal.
public Studio.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<Studio.Builder,Studio>public static Studio.Builder builder()
public static Class<? extends Studio.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2022. All rights reserved.