| Package | Description |
|---|---|
| com.amazonaws.services.nimblestudio.model |
| Modifier and Type | Method and Description |
|---|---|
Studio |
Studio.addTagsEntry(String key,
String value)
Add a single Tags entry
|
Studio |
Studio.clearTagsEntries()
Removes all the entries added into Tags.
|
Studio |
Studio.clone() |
Studio |
UpdateStudioResult.getStudio()
Information about a studio.
|
Studio |
StartStudioSSOConfigurationRepairResult.getStudio()
Information about a studio.
|
Studio |
DeleteStudioResult.getStudio()
Information about a studio.
|
Studio |
CreateStudioResult.getStudio()
Information about a studio.
|
Studio |
GetStudioResult.getStudio()
Information about a studio.
|
Studio |
Studio.withAdminRoleArn(String adminRoleArn)
The IAM role that studio admins assume when logging in to the Nimble Studio portal.
|
Studio |
Studio.withArn(String arn)
The Amazon Resource Name (ARN) that is assigned to a studio resource and uniquely identifies it.
|
Studio |
Studio.withCreatedAt(Date createdAt)
The Unix epoch timestamp in seconds for when the resource was created.
|
Studio |
Studio.withDisplayName(String displayName)
A friendly name for the studio.
|
Studio |
Studio.withHomeRegion(String homeRegion)
The Amazon Web Services Region where the studio resource is located.
|
Studio |
Studio.withSsoClientId(String ssoClientId)
The Amazon Web Services SSO application client ID used to integrate with Amazon Web Services SSO to enable Amazon
Web Services SSO users to log in to Nimble Studio portal.
|
Studio |
Studio.withState(String state)
The current state of the studio resource.
|
Studio |
Studio.withState(StudioState state)
The current state of the studio resource.
|
Studio |
Studio.withStatusCode(String statusCode)
Status codes that provide additional detail on the studio state.
|
Studio |
Studio.withStatusCode(StudioStatusCode statusCode)
Status codes that provide additional detail on the studio state.
|
Studio |
Studio.withStatusMessage(String statusMessage)
Additional detail on the studio state.
|
Studio |
Studio.withStudioEncryptionConfiguration(StudioEncryptionConfiguration studioEncryptionConfiguration)
Configuration of the encryption method that is used for the studio.
|
Studio |
Studio.withStudioId(String studioId)
The unique identifier for a studio resource.
|
Studio |
Studio.withStudioName(String studioName)
The name of the studio, as included in the URL when accessing it in the Nimble Studio portal.
|
Studio |
Studio.withStudioUrl(String studioUrl)
The address of the web page for the studio.
|
Studio |
Studio.withTags(Map<String,String> tags)
A collection of labels, in the form of key:value pairs, that apply to this resource.
|
Studio |
Studio.withUpdatedAt(Date updatedAt)
The Unix epoch timestamp in seconds for when the resource was updated.
|
Studio |
Studio.withUserRoleArn(String userRoleArn)
The IAM role that studio users assume when logging in to the Nimble Studio portal.
|
| Modifier and Type | Method and Description |
|---|---|
List<Studio> |
ListStudiosResult.getStudios()
A collection of studios.
|
| Modifier and Type | Method and Description |
|---|---|
void |
UpdateStudioResult.setStudio(Studio studio)
Information about a studio.
|
void |
StartStudioSSOConfigurationRepairResult.setStudio(Studio studio)
Information about a studio.
|
void |
DeleteStudioResult.setStudio(Studio studio)
Information about a studio.
|
void |
CreateStudioResult.setStudio(Studio studio)
Information about a studio.
|
void |
GetStudioResult.setStudio(Studio studio)
Information about a studio.
|
UpdateStudioResult |
UpdateStudioResult.withStudio(Studio studio)
Information about a studio.
|
StartStudioSSOConfigurationRepairResult |
StartStudioSSOConfigurationRepairResult.withStudio(Studio studio)
Information about a studio.
|
DeleteStudioResult |
DeleteStudioResult.withStudio(Studio studio)
Information about a studio.
|
CreateStudioResult |
CreateStudioResult.withStudio(Studio studio)
Information about a studio.
|
GetStudioResult |
GetStudioResult.withStudio(Studio studio)
Information about a studio.
|
ListStudiosResult |
ListStudiosResult.withStudios(Studio... studios)
A collection of studios.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ListStudiosResult.setStudios(Collection<Studio> studios)
A collection of studios.
|
ListStudiosResult |
ListStudiosResult.withStudios(Collection<Studio> studios)
A collection of studios.
|
Copyright © 2022. All rights reserved.