Class ComputeFarmConfiguration
- java.lang.Object
-
- software.amazon.awssdk.services.nimble.model.ComputeFarmConfiguration
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<ComputeFarmConfiguration.Builder,ComputeFarmConfiguration>
@Generated("software.amazon.awssdk:codegen") public final class ComputeFarmConfiguration extends Object implements SdkPojo, Serializable, ToCopyableBuilder<ComputeFarmConfiguration.Builder,ComputeFarmConfiguration>
The configuration for a render farm that is associated with a studio resource.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceComputeFarmConfiguration.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description StringactiveDirectoryUser()The name of an Active Directory user that is used on ComputeFarm worker instances.static ComputeFarmConfiguration.Builderbuilder()Stringendpoint()The endpoint of the ComputeFarm that is accessed by the studio component resource.booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()List<SdkField<?>>sdkFields()static Class<? extends ComputeFarmConfiguration.Builder>serializableBuilderClass()ComputeFarmConfiguration.BuildertoBuilder()StringtoString()Returns a string representation of this object.-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
-
-
-
Method Detail
-
activeDirectoryUser
public final String activeDirectoryUser()
The name of an Active Directory user that is used on ComputeFarm worker instances.
- Returns:
- The name of an Active Directory user that is used on ComputeFarm worker instances.
-
endpoint
public final String endpoint()
The endpoint of the ComputeFarm that is accessed by the studio component resource.
- Returns:
- The endpoint of the ComputeFarm that is accessed by the studio component resource.
-
toBuilder
public ComputeFarmConfiguration.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<ComputeFarmConfiguration.Builder,ComputeFarmConfiguration>
-
builder
public static ComputeFarmConfiguration.Builder builder()
-
serializableBuilderClass
public static Class<? extends ComputeFarmConfiguration.Builder> serializableBuilderClass()
-
equalsBySdkFields
public final boolean equalsBySdkFields(Object obj)
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
toString
public final String toString()
Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
-
-