public static interface UpdateStudioRequest.Builder extends NimbleRequest.Builder, SdkPojo, CopyableBuilder<UpdateStudioRequest.Builder,UpdateStudioRequest>
| Modifier and Type | Method and Description |
|---|---|
UpdateStudioRequest.Builder |
adminRoleArn(String adminRoleArn)
The IAM role that Studio Admins will assume when logging in to the Nimble Studio portal.
|
UpdateStudioRequest.Builder |
clientToken(String clientToken)
Unique, case-sensitive identifier that you provide to ensure the idempotency of the request.
|
UpdateStudioRequest.Builder |
displayName(String displayName)
A friendly name for the studio.
|
UpdateStudioRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
UpdateStudioRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
UpdateStudioRequest.Builder |
studioId(String studioId)
The studio ID.
|
UpdateStudioRequest.Builder |
userRoleArn(String userRoleArn)
The IAM role that Studio Users will assume when logging in to the Nimble Studio portal.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildUpdateStudioRequest.Builder adminRoleArn(String adminRoleArn)
The IAM role that Studio Admins will assume when logging in to the Nimble Studio portal.
adminRoleArn - The IAM role that Studio Admins will assume when logging in to the Nimble Studio portal.UpdateStudioRequest.Builder clientToken(String clientToken)
Unique, case-sensitive identifier that you provide to ensure the idempotency of the request. If you don’t specify a client token, the Amazon Web Services SDK automatically generates a client token and uses it for the request to ensure idempotency.
clientToken - Unique, case-sensitive identifier that you provide to ensure the idempotency of the request. If you
don’t specify a client token, the Amazon Web Services SDK automatically generates a client token and
uses it for the request to ensure idempotency.UpdateStudioRequest.Builder displayName(String displayName)
A friendly name for the studio.
displayName - A friendly name for the studio.UpdateStudioRequest.Builder studioId(String studioId)
The studio ID.
studioId - The studio ID.UpdateStudioRequest.Builder userRoleArn(String userRoleArn)
The IAM role that Studio Users will assume when logging in to the Nimble Studio portal.
userRoleArn - The IAM role that Studio Users will assume when logging in to the Nimble Studio portal.UpdateStudioRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderUpdateStudioRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.