public static interface CreateStudioRequest.Builder extends NimbleRequest.Builder, SdkPojo, CopyableBuilder<CreateStudioRequest.Builder,CreateStudioRequest>
| Modifier and Type | Method and Description |
|---|---|
CreateStudioRequest.Builder |
adminRoleArn(String adminRoleArn)
The IAM role that Studio Admins will assume when logging in to the Nimble Studio portal.
|
CreateStudioRequest.Builder |
clientToken(String clientToken)
Unique, case-sensitive identifier that you provide to ensure the idempotency of the request.
|
CreateStudioRequest.Builder |
displayName(String displayName)
A friendly name for the studio.
|
CreateStudioRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
CreateStudioRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
default CreateStudioRequest.Builder |
studioEncryptionConfiguration(Consumer<StudioEncryptionConfiguration.Builder> studioEncryptionConfiguration)
The studio encryption configuration.
|
CreateStudioRequest.Builder |
studioEncryptionConfiguration(StudioEncryptionConfiguration studioEncryptionConfiguration)
The studio encryption configuration.
|
CreateStudioRequest.Builder |
studioName(String studioName)
The studio name that is used in the URL of the Nimble Studio portal when accessed by Nimble Studio users.
|
CreateStudioRequest.Builder |
tags(Map<String,String> tags)
A collection of labels, in the form of key:value pairs, that apply to this resource.
|
CreateStudioRequest.Builder |
userRoleArn(String userRoleArn)
The IAM role that Studio Users will assume when logging in to the Nimble Studio portal.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildCreateStudioRequest.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.CreateStudioRequest.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 AWS 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 AWS SDK automatically generates a client token and uses it for the
request to ensure idempotency.CreateStudioRequest.Builder displayName(String displayName)
A friendly name for the studio.
displayName - A friendly name for the studio.CreateStudioRequest.Builder studioEncryptionConfiguration(StudioEncryptionConfiguration studioEncryptionConfiguration)
The studio encryption configuration.
studioEncryptionConfiguration - The studio encryption configuration.default CreateStudioRequest.Builder studioEncryptionConfiguration(Consumer<StudioEncryptionConfiguration.Builder> studioEncryptionConfiguration)
The studio encryption configuration.
This is a convenience method that creates an instance of theStudioEncryptionConfiguration.Builder
avoiding the need to create one manually via StudioEncryptionConfiguration.builder().
When the Consumer completes, SdkBuilder.build() is called
immediately and its result is passed to studioEncryptionConfiguration(StudioEncryptionConfiguration).
studioEncryptionConfiguration - a consumer that will call methods on StudioEncryptionConfiguration.BuilderstudioEncryptionConfiguration(StudioEncryptionConfiguration)CreateStudioRequest.Builder studioName(String studioName)
The studio name that is used in the URL of the Nimble Studio portal when accessed by Nimble Studio users.
studioName - The studio name that is used in the URL of the Nimble Studio portal when accessed by Nimble Studio
users.CreateStudioRequest.Builder tags(Map<String,String> tags)
A collection of labels, in the form of key:value pairs, that apply to this resource.
tags - A collection of labels, in the form of key:value pairs, that apply to this resource.CreateStudioRequest.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.CreateStudioRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderCreateStudioRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2022. All rights reserved.