| Package | Description |
|---|---|
| com.amazonaws.services.nimblestudio.model |
| Modifier and Type | Method and Description |
|---|---|
StudioComponent |
StudioComponent.addTagsEntry(String key,
String value)
Add a single Tags entry
|
StudioComponent |
StudioComponent.clearTagsEntries()
Removes all the entries added into Tags.
|
StudioComponent |
StudioComponent.clone() |
StudioComponent |
UpdateStudioComponentResult.getStudioComponent()
Information about the studio component.
|
StudioComponent |
DeleteStudioComponentResult.getStudioComponent()
Information about the studio component.
|
StudioComponent |
CreateStudioComponentResult.getStudioComponent()
Information about the studio component.
|
StudioComponent |
GetStudioComponentResult.getStudioComponent()
Information about the studio component.
|
StudioComponent |
StudioComponent.withArn(String arn)
The Amazon Resource Name (ARN) that is assigned to a studio resource and uniquely identifies it.
|
StudioComponent |
StudioComponent.withConfiguration(StudioComponentConfiguration configuration)
The configuration of the studio component, based on component type.
|
StudioComponent |
StudioComponent.withCreatedAt(Date createdAt)
The ISO timestamp in seconds for when the resource was created.
|
StudioComponent |
StudioComponent.withCreatedBy(String createdBy)
The user ID of the user that created the studio component.
|
StudioComponent |
StudioComponent.withDescription(String description)
A human-readable description for the studio component resource.
|
StudioComponent |
StudioComponent.withEc2SecurityGroupIds(Collection<String> ec2SecurityGroupIds)
The EC2 security groups that control access to the studio component.
|
StudioComponent |
StudioComponent.withEc2SecurityGroupIds(String... ec2SecurityGroupIds)
The EC2 security groups that control access to the studio component.
|
StudioComponent |
StudioComponent.withInitializationScripts(Collection<StudioComponentInitializationScript> initializationScripts)
Initialization scripts for studio components.
|
StudioComponent |
StudioComponent.withInitializationScripts(StudioComponentInitializationScript... initializationScripts)
Initialization scripts for studio components.
|
StudioComponent |
StudioComponent.withName(String name)
A friendly name for the studio component resource.
|
StudioComponent |
StudioComponent.withRuntimeRoleArn(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.
|
StudioComponent |
StudioComponent.withScriptParameters(Collection<ScriptParameterKeyValue> scriptParameters)
Parameters for the studio component scripts.
|
StudioComponent |
StudioComponent.withScriptParameters(ScriptParameterKeyValue... scriptParameters)
Parameters for the studio component scripts.
|
StudioComponent |
StudioComponent.withSecureInitializationRoleArn(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.
|
StudioComponent |
StudioComponent.withState(String state)
The current state.
|
StudioComponent |
StudioComponent.withState(StudioComponentState state)
The current state.
|
StudioComponent |
StudioComponent.withStatusCode(String statusCode)
The status code.
|
StudioComponent |
StudioComponent.withStatusCode(StudioComponentStatusCode statusCode)
The status code.
|
StudioComponent |
StudioComponent.withStatusMessage(String statusMessage)
The status message for the studio component.
|
StudioComponent |
StudioComponent.withStudioComponentId(String studioComponentId)
The unique identifier for a studio component resource.
|
StudioComponent |
StudioComponent.withSubtype(String subtype)
The specific subtype of a studio component.
|
StudioComponent |
StudioComponent.withSubtype(StudioComponentSubtype subtype)
The specific subtype of a studio component.
|
StudioComponent |
StudioComponent.withTags(Map<String,String> tags)
A collection of labels, in the form of key-value pairs, that apply to this resource.
|
StudioComponent |
StudioComponent.withType(String type)
The type of the studio component.
|
StudioComponent |
StudioComponent.withType(StudioComponentType type)
The type of the studio component.
|
StudioComponent |
StudioComponent.withUpdatedAt(Date updatedAt)
The ISO timestamp in seconds for when the resource was updated.
|
StudioComponent |
StudioComponent.withUpdatedBy(String updatedBy)
The user ID of the user that most recently updated the resource.
|
| Modifier and Type | Method and Description |
|---|---|
List<StudioComponent> |
ListStudioComponentsResult.getStudioComponents()
A collection of studio components.
|
| Modifier and Type | Method and Description |
|---|---|
void |
UpdateStudioComponentResult.setStudioComponent(StudioComponent studioComponent)
Information about the studio component.
|
void |
DeleteStudioComponentResult.setStudioComponent(StudioComponent studioComponent)
Information about the studio component.
|
void |
CreateStudioComponentResult.setStudioComponent(StudioComponent studioComponent)
Information about the studio component.
|
void |
GetStudioComponentResult.setStudioComponent(StudioComponent studioComponent)
Information about the studio component.
|
UpdateStudioComponentResult |
UpdateStudioComponentResult.withStudioComponent(StudioComponent studioComponent)
Information about the studio component.
|
DeleteStudioComponentResult |
DeleteStudioComponentResult.withStudioComponent(StudioComponent studioComponent)
Information about the studio component.
|
CreateStudioComponentResult |
CreateStudioComponentResult.withStudioComponent(StudioComponent studioComponent)
Information about the studio component.
|
GetStudioComponentResult |
GetStudioComponentResult.withStudioComponent(StudioComponent studioComponent)
Information about the studio component.
|
ListStudioComponentsResult |
ListStudioComponentsResult.withStudioComponents(StudioComponent... studioComponents)
A collection of studio components.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ListStudioComponentsResult.setStudioComponents(Collection<StudioComponent> studioComponents)
A collection of studio components.
|
ListStudioComponentsResult |
ListStudioComponentsResult.withStudioComponents(Collection<StudioComponent> studioComponents)
A collection of studio components.
|
Copyright © 2023. All rights reserved.