Interface UpdateStudioRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<UpdateStudioRequest.Builder,UpdateStudioRequest>,NimbleRequest.Builder,SdkBuilder<UpdateStudioRequest.Builder,UpdateStudioRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- UpdateStudioRequest
public static interface UpdateStudioRequest.Builder extends NimbleRequest.Builder, SdkPojo, CopyableBuilder<UpdateStudioRequest.Builder,UpdateStudioRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description UpdateStudioRequest.BuilderadminRoleArn(String adminRoleArn)The IAM role that Studio Admins will assume when logging in to the Nimble Studio portal.UpdateStudioRequest.BuilderclientToken(String clientToken)Unique, case-sensitive identifier that you provide to ensure the idempotency of the request.UpdateStudioRequest.BuilderdisplayName(String displayName)A friendly name for the studio.UpdateStudioRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)UpdateStudioRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)UpdateStudioRequest.BuilderstudioId(String studioId)The studio ID.UpdateStudioRequest.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
UpdateStudioRequest.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
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.
- 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
UpdateStudioRequest.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.
-
studioId
UpdateStudioRequest.Builder studioId(String studioId)
The studio ID.
- Parameters:
studioId- The studio ID.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
userRoleArn
UpdateStudioRequest.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
UpdateStudioRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
UpdateStudioRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-