Class ResourceConfiguration
- java.lang.Object
-
- software.amazon.awssdk.services.iotanalytics.model.ResourceConfiguration
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<ResourceConfiguration.Builder,ResourceConfiguration>
@Generated("software.amazon.awssdk:codegen") public final class ResourceConfiguration extends Object implements SdkPojo, Serializable, ToCopyableBuilder<ResourceConfiguration.Builder,ResourceConfiguration>
The configuration of the resource used to execute the
containerAction.- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceResourceConfiguration.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static ResourceConfiguration.Builderbuilder()ComputeTypecomputeType()The type of the compute resource used to execute thecontainerAction.StringcomputeTypeAsString()The type of the compute resource used to execute thecontainerAction.booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()Map<String,SdkField<?>>sdkFieldNameToField()List<SdkField<?>>sdkFields()static Class<? extends ResourceConfiguration.Builder>serializableBuilderClass()ResourceConfiguration.BuildertoBuilder()StringtoString()Returns a string representation of this object.IntegervolumeSizeInGB()The size, in GB, of the persistent storage available to the resource instance used to execute thecontainerAction(min: 1, max: 50).-
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
-
computeType
public final ComputeType computeType()
The type of the compute resource used to execute the
containerAction. Possible values are:ACU_1(vCPU=4, memory=16 GiB) orACU_2(vCPU=8, memory=32 GiB).If the service returns an enum value that is not available in the current SDK version,
computeTypewill returnComputeType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromcomputeTypeAsString().- Returns:
- The type of the compute resource used to execute the
containerAction. Possible values are:ACU_1(vCPU=4, memory=16 GiB) orACU_2(vCPU=8, memory=32 GiB). - See Also:
ComputeType
-
computeTypeAsString
public final String computeTypeAsString()
The type of the compute resource used to execute the
containerAction. Possible values are:ACU_1(vCPU=4, memory=16 GiB) orACU_2(vCPU=8, memory=32 GiB).If the service returns an enum value that is not available in the current SDK version,
computeTypewill returnComputeType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromcomputeTypeAsString().- Returns:
- The type of the compute resource used to execute the
containerAction. Possible values are:ACU_1(vCPU=4, memory=16 GiB) orACU_2(vCPU=8, memory=32 GiB). - See Also:
ComputeType
-
volumeSizeInGB
public final Integer volumeSizeInGB()
The size, in GB, of the persistent storage available to the resource instance used to execute the
containerAction(min: 1, max: 50).- Returns:
- The size, in GB, of the persistent storage available to the resource instance used to execute the
containerAction(min: 1, max: 50).
-
toBuilder
public ResourceConfiguration.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<ResourceConfiguration.Builder,ResourceConfiguration>
-
builder
public static ResourceConfiguration.Builder builder()
-
serializableBuilderClass
public static Class<? extends ResourceConfiguration.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.
-
sdkFieldNameToField
public final Map<String,SdkField<?>> sdkFieldNameToField()
- Specified by:
sdkFieldNameToFieldin interfaceSdkPojo
-
-