Studio.Builder |
Studio.Builder.adminRoleArn(String adminRoleArn) |
The IAM role that studio admins assume when logging in to the Nimble Studio portal.
|
Studio.Builder |
Studio.Builder.arn(String arn) |
The Amazon Resource Name (ARN) that is assigned to a studio resource and uniquely identifies it.
|
static Studio.Builder |
Studio.builder() |
|
Studio.Builder |
Studio.Builder.createdAt(Instant createdAt) |
The ISO timestamp in seconds for when the resource was created.
|
Studio.Builder |
Studio.Builder.displayName(String displayName) |
A friendly name for the studio.
|
Studio.Builder |
Studio.Builder.homeRegion(String homeRegion) |
The Amazon Web Services Region where the studio resource is located.
|
Studio.Builder |
Studio.Builder.ssoClientId(String ssoClientId) |
The IAM Identity Center application client ID used to integrate with IAM Identity Center.
|
Studio.Builder |
Studio.Builder.state(String state) |
The current state of the studio resource.
|
Studio.Builder |
Studio.Builder.state(StudioState state) |
The current state of the studio resource.
|
Studio.Builder |
Studio.Builder.statusCode(String statusCodeValue) |
Status codes that provide additional detail on the studio state.
|
Studio.Builder |
Studio.Builder.statusCode(StudioStatusCode statusCodeValue) |
Status codes that provide additional detail on the studio state.
|
Studio.Builder |
Studio.Builder.statusMessage(String statusMessage) |
Additional detail on the studio state.
|
default Studio.Builder |
Studio.Builder.studioEncryptionConfiguration(Consumer<StudioEncryptionConfiguration.Builder> studioEncryptionConfiguration) |
Configuration of the encryption method that is used for the studio.
|
Studio.Builder |
Studio.Builder.studioEncryptionConfiguration(StudioEncryptionConfiguration studioEncryptionConfiguration) |
Configuration of the encryption method that is used for the studio.
|
Studio.Builder |
Studio.Builder.studioId(String studioId) |
The unique identifier for a studio resource.
|
Studio.Builder |
Studio.Builder.studioName(String studioName) |
The name of the studio, as included in the URL when accessing it in the Nimble Studio portal.
|
Studio.Builder |
Studio.Builder.studioUrl(String studioUrl) |
The address of the web page for the studio.
|
Studio.Builder |
Studio.Builder.tags(Map<String,String> tags) |
A collection of labels, in the form of key-value pairs, that apply to this resource.
|
Studio.Builder |
Studio.toBuilder() |
|
Studio.Builder |
Studio.Builder.updatedAt(Instant updatedAt) |
The ISO timestamp in seconds for when the resource was updated.
|
Studio.Builder |
Studio.Builder.userRoleArn(String userRoleArn) |
The IAM role that studio users assume when logging in to the Nimble Studio portal.
|