Interface CreateStudioRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<CreateStudioRequest.Builder,CreateStudioRequest>,NimbleRequest.Builder,SdkBuilder<CreateStudioRequest.Builder,CreateStudioRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- CreateStudioRequest
public static interface CreateStudioRequest.Builder extends NimbleRequest.Builder, SdkPojo, CopyableBuilder<CreateStudioRequest.Builder,CreateStudioRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description CreateStudioRequest.BuilderadminRoleArn(String adminRoleArn)The IAM role that studio admins will assume when logging in to the Nimble Studio portal.CreateStudioRequest.BuilderclientToken(String clientToken)Unique, case-sensitive identifier that you provide to ensure the idempotency of the request.CreateStudioRequest.BuilderdisplayName(String displayName)A friendly name for the studio.CreateStudioRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)CreateStudioRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)default CreateStudioRequest.BuilderstudioEncryptionConfiguration(Consumer<StudioEncryptionConfiguration.Builder> studioEncryptionConfiguration)The studio encryption configuration.CreateStudioRequest.BuilderstudioEncryptionConfiguration(StudioEncryptionConfiguration studioEncryptionConfiguration)The studio encryption configuration.CreateStudioRequest.BuilderstudioName(String studioName)The studio name that is used in the URL of the Nimble Studio portal when accessed by Nimble Studio users.CreateStudioRequest.Buildertags(Map<String,String> tags)A collection of labels, in the form of key-value pairs, that apply to this resource.CreateStudioRequest.BuilderuserRoleArn(String userRoleArn)The IAM role that studio users will assume when logging in to the Nimble Studio portal.-
Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.services.nimble.model.NimbleRequest.Builder
build
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
-
-
-
Method Detail
-
adminRoleArn
CreateStudioRequest.Builder adminRoleArn(String adminRoleArn)
The IAM role that studio admins will assume when logging in to the Nimble Studio portal.
- Parameters:
adminRoleArn- The IAM role that studio admins will assume when logging in to the Nimble Studio portal.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
clientToken
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 Amazon Web Services SDK automatically generates a client token and uses it for the request to ensure idempotency.
- Parameters:
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.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
displayName
CreateStudioRequest.Builder displayName(String displayName)
A friendly name for the studio.
- Parameters:
displayName- A friendly name for the studio.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
studioEncryptionConfiguration
CreateStudioRequest.Builder studioEncryptionConfiguration(StudioEncryptionConfiguration studioEncryptionConfiguration)
The studio encryption configuration.
- Parameters:
studioEncryptionConfiguration- The studio encryption configuration.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
studioEncryptionConfiguration
default CreateStudioRequest.Builder studioEncryptionConfiguration(Consumer<StudioEncryptionConfiguration.Builder> studioEncryptionConfiguration)
The studio encryption configuration.
This is a convenience method that creates an instance of theStudioEncryptionConfiguration.Builderavoiding the need to create one manually viaStudioEncryptionConfiguration.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tostudioEncryptionConfiguration(StudioEncryptionConfiguration).- Parameters:
studioEncryptionConfiguration- a consumer that will call methods onStudioEncryptionConfiguration.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
studioEncryptionConfiguration(StudioEncryptionConfiguration)
-
studioName
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.
- Parameters:
studioName- The studio name that is used in the URL of the Nimble Studio portal when accessed by Nimble Studio users.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
tags
CreateStudioRequest.Builder tags(Map<String,String> tags)
A collection of labels, in the form of key-value pairs, that apply to this resource.
- Parameters:
tags- A collection of labels, in the form of key-value pairs, that apply to this resource.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
userRoleArn
CreateStudioRequest.Builder userRoleArn(String userRoleArn)
The IAM role that studio users will assume when logging in to the Nimble Studio portal.
- Parameters:
userRoleArn- The IAM role that studio users will assume when logging in to the Nimble Studio portal.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
CreateStudioRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
CreateStudioRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-