public static interface LaunchProfileInitializationScript.Builder extends SdkPojo, CopyableBuilder<LaunchProfileInitializationScript.Builder,LaunchProfileInitializationScript>
| Modifier and Type | Method and Description |
|---|---|
LaunchProfileInitializationScript.Builder |
runtimeRoleArn(String runtimeRoleArn)
An IAM role attached to a Studio Component that gives the studio component access to Amazon Web Services
resources at anytime while the instance is running.
|
LaunchProfileInitializationScript.Builder |
script(String script)
The initialization script.
|
LaunchProfileInitializationScript.Builder |
secureInitializationRoleArn(String secureInitializationRoleArn)
An IAM role attached to Studio Component when the system initialization script runs which give the studio
component access to Amazon Web Services resources when the system initialization script runs.
|
LaunchProfileInitializationScript.Builder |
studioComponentId(String studioComponentId)
The unique identifier for a studio component resource.
|
LaunchProfileInitializationScript.Builder |
studioComponentName(String studioComponentName)
The name for the studio component.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildLaunchProfileInitializationScript.Builder runtimeRoleArn(String runtimeRoleArn)
An IAM role attached to a Studio Component that gives the studio component access to Amazon Web Services resources at anytime while the instance is running.
runtimeRoleArn - An IAM role attached to a Studio Component that gives the studio component access to Amazon Web
Services resources at anytime while the instance is running.LaunchProfileInitializationScript.Builder script(String script)
The initialization script.
script - The initialization script.LaunchProfileInitializationScript.Builder secureInitializationRoleArn(String secureInitializationRoleArn)
An IAM role attached to Studio Component when the system initialization script runs which give the studio component access to Amazon Web Services 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 Amazon Web Services resources when the system initialization script runs.LaunchProfileInitializationScript.Builder studioComponentId(String studioComponentId)
The unique identifier for a studio component resource.
studioComponentId - The unique identifier for a studio component resource.LaunchProfileInitializationScript.Builder studioComponentName(String studioComponentName)
The name for the studio component.
studioComponentName - The name for the studio component.Copyright © 2023. All rights reserved.