@Generated(value="software.amazon.awssdk:codegen") public final class StudioComponent extends Object implements SdkPojo, Serializable, ToCopyableBuilder<StudioComponent.Builder,StudioComponent>
A network that is used by a studio’s users and workflows, including render farm, Active Directory, licensing, and file system.
| Modifier and Type | Class and Description |
|---|---|
static interface |
StudioComponent.Builder |
| Modifier and Type | Method and Description |
|---|---|
String |
arn()
The ARN of the resource.
|
static StudioComponent.Builder |
builder() |
StudioComponentConfiguration |
configuration()
The configuration of the studio component, based on component type.
|
Instant |
createdAt()
The Unix epoch timestamp in seconds for when the resource was created.
|
String |
createdBy()
The user ID of the user that created the studio component.
|
String |
description()
A human-readable description for the studio component resource.
|
List<String> |
ec2SecurityGroupIds()
The EC2 security groups that control access to the studio component.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
boolean |
hasEc2SecurityGroupIds()
Returns true if the Ec2SecurityGroupIds property was specified by the sender (it may be empty), or false if the
sender did not specify the value (it will be empty).
|
int |
hashCode() |
boolean |
hasInitializationScripts()
Returns true if the InitializationScripts property was specified by the sender (it may be empty), or false if the
sender did not specify the value (it will be empty).
|
boolean |
hasScriptParameters()
Returns true if the ScriptParameters property was specified by the sender (it may be empty), or false if the
sender did not specify the value (it will be empty).
|
boolean |
hasTags()
Returns true if the Tags property was specified by the sender (it may be empty), or false if the sender did not
specify the value (it will be empty).
|
List<StudioComponentInitializationScript> |
initializationScripts()
Initialization scripts for studio components.
|
String |
name()
A friendly name for the studio component resource.
|
List<ScriptParameterKeyValue> |
scriptParameters()
Parameters for the studio component scripts.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends StudioComponent.Builder> |
serializableBuilderClass() |
StudioComponentState |
state()
The current state.
|
String |
stateAsString()
The current state.
|
StudioComponentStatusCode |
statusCode()
The status code.
|
String |
statusCodeAsString()
The status code.
|
String |
statusMessage()
The status message for the studio component.
|
String |
studioComponentId()
The unique identifier for a studio component resource.
|
StudioComponentSubtype |
subtype()
The specific subtype of a studio component.
|
String |
subtypeAsString()
The specific subtype of a studio component.
|
Map<String,String> |
tags()
A collection of labels, in the form of key:value pairs, that apply to this resource.
|
StudioComponent.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
StudioComponentType |
type()
The type of the studio component.
|
String |
typeAsString()
The type of the studio component.
|
Instant |
updatedAt()
The Unix epoch timestamp in seconds for when the resource was updated.
|
String |
updatedBy()
The user ID of the user that most recently updated the resource.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String arn()
The ARN of the resource.
public final StudioComponentConfiguration configuration()
The configuration of the studio component, based on component type.
public final Instant createdAt()
The Unix epoch timestamp in seconds for when the resource was created.
public final String createdBy()
The user ID of the user that created the studio component.
public final String description()
A human-readable description for the studio component resource.
public final boolean hasEc2SecurityGroupIds()
public final List<String> ec2SecurityGroupIds()
The EC2 security groups that control access to the studio component.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
You can use hasEc2SecurityGroupIds() to see if a value was sent in this field.
public final boolean hasInitializationScripts()
public final List<StudioComponentInitializationScript> initializationScripts()
Initialization scripts for studio components.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
You can use hasInitializationScripts() to see if a value was sent in this field.
public final String name()
A friendly name for the studio component resource.
public final boolean hasScriptParameters()
public final List<ScriptParameterKeyValue> scriptParameters()
Parameters for the studio component scripts.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
You can use hasScriptParameters() to see if a value was sent in this field.
public final StudioComponentState state()
The current state.
If the service returns an enum value that is not available in the current SDK version, state will return
StudioComponentState.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
stateAsString().
StudioComponentStatepublic final String stateAsString()
The current state.
If the service returns an enum value that is not available in the current SDK version, state will return
StudioComponentState.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
stateAsString().
StudioComponentStatepublic final StudioComponentStatusCode statusCode()
The status code.
If the service returns an enum value that is not available in the current SDK version, statusCode() will
return StudioComponentStatusCode.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is
available from statusCodeAsString().
StudioComponentStatusCodepublic final String statusCodeAsString()
The status code.
If the service returns an enum value that is not available in the current SDK version, statusCode() will
return StudioComponentStatusCode.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is
available from statusCodeAsString().
StudioComponentStatusCodepublic final String statusMessage()
The status message for the studio component.
public final String studioComponentId()
The unique identifier for a studio component resource.
public final StudioComponentSubtype subtype()
The specific subtype of a studio component.
If the service returns an enum value that is not available in the current SDK version, subtype will
return StudioComponentSubtype.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available
from subtypeAsString().
StudioComponentSubtypepublic final String subtypeAsString()
The specific subtype of a studio component.
If the service returns an enum value that is not available in the current SDK version, subtype will
return StudioComponentSubtype.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available
from subtypeAsString().
StudioComponentSubtypepublic final boolean hasTags()
public final Map<String,String> tags()
A collection of labels, in the form of key:value pairs, that apply to this resource.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
You can use hasTags() to see if a value was sent in this field.
public final StudioComponentType type()
The type of the studio component.
If the service returns an enum value that is not available in the current SDK version, type will return
StudioComponentType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
typeAsString().
StudioComponentTypepublic final String typeAsString()
The type of the studio component.
If the service returns an enum value that is not available in the current SDK version, type will return
StudioComponentType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
typeAsString().
StudioComponentTypepublic final Instant updatedAt()
The Unix epoch timestamp in seconds for when the resource was updated.
public final String updatedBy()
The user ID of the user that most recently updated the resource.
public StudioComponent.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<StudioComponent.Builder,StudioComponent>public static StudioComponent.Builder builder()
public static Class<? extends StudioComponent.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2021. All rights reserved.