public static interface CreateStudioComponentRequest.Builder extends NimbleRequest.Builder, SdkPojo, CopyableBuilder<CreateStudioComponentRequest.Builder,CreateStudioComponentRequest>
| Modifier and Type | Method and Description |
|---|---|
CreateStudioComponentRequest.Builder |
clientToken(String clientToken)
Unique, case-sensitive identifier that you provide to ensure the idempotency of the request.
|
default CreateStudioComponentRequest.Builder |
configuration(Consumer<StudioComponentConfiguration.Builder> configuration)
The configuration of the studio component, based on component type.
|
CreateStudioComponentRequest.Builder |
configuration(StudioComponentConfiguration configuration)
The configuration of the studio component, based on component type.
|
CreateStudioComponentRequest.Builder |
description(String description)
The description.
|
CreateStudioComponentRequest.Builder |
ec2SecurityGroupIds(Collection<String> ec2SecurityGroupIds)
The EC2 security groups that control access to the studio component.
|
CreateStudioComponentRequest.Builder |
ec2SecurityGroupIds(String... ec2SecurityGroupIds)
The EC2 security groups that control access to the studio component.
|
CreateStudioComponentRequest.Builder |
initializationScripts(Collection<StudioComponentInitializationScript> initializationScripts)
Initialization scripts for studio components.
|
CreateStudioComponentRequest.Builder |
initializationScripts(Consumer<StudioComponentInitializationScript.Builder>... initializationScripts)
Initialization scripts for studio components.
|
CreateStudioComponentRequest.Builder |
initializationScripts(StudioComponentInitializationScript... initializationScripts)
Initialization scripts for studio components.
|
CreateStudioComponentRequest.Builder |
name(String name)
The name for the studio component.
|
CreateStudioComponentRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
CreateStudioComponentRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
CreateStudioComponentRequest.Builder |
runtimeRoleArn(String runtimeRoleArn)
An IAM role attached to a Studio Component that gives the studio component access to AWS resources at anytime
while the instance is running.
|
CreateStudioComponentRequest.Builder |
scriptParameters(Collection<ScriptParameterKeyValue> scriptParameters)
Parameters for the studio component scripts.
|
CreateStudioComponentRequest.Builder |
scriptParameters(Consumer<ScriptParameterKeyValue.Builder>... scriptParameters)
Parameters for the studio component scripts.
|
CreateStudioComponentRequest.Builder |
scriptParameters(ScriptParameterKeyValue... scriptParameters)
Parameters for the studio component scripts.
|
CreateStudioComponentRequest.Builder |
secureInitializationRoleArn(String secureInitializationRoleArn)
An IAM role attached to Studio Component when the system initialization script runs which give the studio
component access to AWS resources when the system initialization script runs.
|
CreateStudioComponentRequest.Builder |
studioId(String studioId)
The studio ID.
|
CreateStudioComponentRequest.Builder |
subtype(String subtype)
The specific subtype of a studio component.
|
CreateStudioComponentRequest.Builder |
subtype(StudioComponentSubtype subtype)
The specific subtype of a studio component.
|
CreateStudioComponentRequest.Builder |
tags(Map<String,String> tags)
A collection of labels, in the form of key:value pairs, that apply to this resource.
|
CreateStudioComponentRequest.Builder |
type(String type)
The type of the studio component.
|
CreateStudioComponentRequest.Builder |
type(StudioComponentType type)
The type of the studio component.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildCreateStudioComponentRequest.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.CreateStudioComponentRequest.Builder configuration(StudioComponentConfiguration configuration)
The configuration of the studio component, based on component type.
configuration - The configuration of the studio component, based on component type.default CreateStudioComponentRequest.Builder configuration(Consumer<StudioComponentConfiguration.Builder> configuration)
The configuration of the studio component, based on component type.
This is a convenience method that creates an instance of theStudioComponentConfiguration.Builder
avoiding the need to create one manually via StudioComponentConfiguration.builder().
When the Consumer completes, SdkBuilder.build() is called
immediately and its result is passed to configuration(StudioComponentConfiguration).
configuration - a consumer that will call methods on StudioComponentConfiguration.Builderconfiguration(StudioComponentConfiguration)CreateStudioComponentRequest.Builder description(String description)
The description.
description - The description.CreateStudioComponentRequest.Builder ec2SecurityGroupIds(Collection<String> ec2SecurityGroupIds)
The EC2 security groups that control access to the studio component.
ec2SecurityGroupIds - The EC2 security groups that control access to the studio component.CreateStudioComponentRequest.Builder ec2SecurityGroupIds(String... ec2SecurityGroupIds)
The EC2 security groups that control access to the studio component.
ec2SecurityGroupIds - The EC2 security groups that control access to the studio component.CreateStudioComponentRequest.Builder initializationScripts(Collection<StudioComponentInitializationScript> initializationScripts)
Initialization scripts for studio components.
initializationScripts - Initialization scripts for studio components.CreateStudioComponentRequest.Builder initializationScripts(StudioComponentInitializationScript... initializationScripts)
Initialization scripts for studio components.
initializationScripts - Initialization scripts for studio components.CreateStudioComponentRequest.Builder initializationScripts(Consumer<StudioComponentInitializationScript.Builder>... initializationScripts)
Initialization scripts for studio components.
This is a convenience method that creates an instance of theStudioComponentInitializationScript.Builder avoiding the
need to create one manually via
StudioComponentInitializationScript.builder().
When the Consumer completes,
SdkBuilder.build() is
called immediately and its result is passed to #initializationScripts(List.
initializationScripts - a consumer that will call methods on
StudioComponentInitializationScript.Builder#initializationScripts(java.util.Collection) CreateStudioComponentRequest.Builder name(String name)
The name for the studio component.
name - The name for the studio component.CreateStudioComponentRequest.Builder runtimeRoleArn(String runtimeRoleArn)
An IAM role attached to a Studio Component that gives the studio component access to AWS resources at anytime while the instance is running.
runtimeRoleArn - An IAM role attached to a Studio Component that gives the studio component access to AWS resources at
anytime while the instance is running.CreateStudioComponentRequest.Builder scriptParameters(Collection<ScriptParameterKeyValue> scriptParameters)
Parameters for the studio component scripts.
scriptParameters - Parameters for the studio component scripts.CreateStudioComponentRequest.Builder scriptParameters(ScriptParameterKeyValue... scriptParameters)
Parameters for the studio component scripts.
scriptParameters - Parameters for the studio component scripts.CreateStudioComponentRequest.Builder scriptParameters(Consumer<ScriptParameterKeyValue.Builder>... scriptParameters)
Parameters for the studio component scripts.
This is a convenience method that creates an instance of theScriptParameterKeyValue.Builder avoiding the need to
create one manually via
ScriptParameterKeyValue.builder().
When the Consumer completes,
SdkBuilder.build() is called
immediately and its result is passed to #scriptParameters(List.
scriptParameters - a consumer that will call methods on
ScriptParameterKeyValue.Builder#scriptParameters(java.util.Collection) CreateStudioComponentRequest.Builder secureInitializationRoleArn(String secureInitializationRoleArn)
An IAM role attached to Studio Component when the system initialization script runs which give the studio component access to AWS resources when the system initialization script runs.
secureInitializationRoleArn - An IAM role attached to Studio Component when the system initialization script runs which give the
studio component access to AWS resources when the system initialization script runs.CreateStudioComponentRequest.Builder studioId(String studioId)
The studio ID.
studioId - The studio ID.CreateStudioComponentRequest.Builder subtype(String subtype)
The specific subtype of a studio component.
subtype - The specific subtype of a studio component.StudioComponentSubtype,
StudioComponentSubtypeCreateStudioComponentRequest.Builder subtype(StudioComponentSubtype subtype)
The specific subtype of a studio component.
subtype - The specific subtype of a studio component.StudioComponentSubtype,
StudioComponentSubtypeCreateStudioComponentRequest.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.CreateStudioComponentRequest.Builder type(String type)
The type of the studio component.
type - The type of the studio component.StudioComponentType,
StudioComponentTypeCreateStudioComponentRequest.Builder type(StudioComponentType type)
The type of the studio component.
type - The type of the studio component.StudioComponentType,
StudioComponentTypeCreateStudioComponentRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderCreateStudioComponentRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2022. All rights reserved.