@Generated(value="software.amazon.awssdk:codegen") public final class Studio extends Object implements SdkPojo, Serializable, ToCopyableBuilder<Studio.Builder,Studio>
| 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()
Returns true if the Tags property was specified by the sender (it may be empty), or false if the sender did not
specify the value (it will be empty).
|
String |
homeRegion()
The AWS region where the studio resource is located.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends Studio.Builder> |
serializableBuilderClass() |
String |
ssoClientId()
The AWS SSO application client ID used to integrate with AWS SSO to enable AWS SSO users to log in to Nimble
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 AWS region where the studio resource is located.
public final String ssoClientId()
The AWS SSO application client ID used to integrate with AWS SSO to enable AWS SSO users to log in to Nimble 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()
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.
You can use hasTags() to see if a value was sent in this field.
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 © 2021. All rights reserved.