Class TransformProcessingConfig
- java.lang.Object
-
- software.amazon.awssdk.services.iotsitewise.model.TransformProcessingConfig
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<TransformProcessingConfig.Builder,TransformProcessingConfig>
@Generated("software.amazon.awssdk:codegen") public final class TransformProcessingConfig extends Object implements SdkPojo, Serializable, ToCopyableBuilder<TransformProcessingConfig.Builder,TransformProcessingConfig>
The processing configuration for the given transform property. You can configure transforms to be kept at the edge or forwarded to the Amazon Web Services Cloud. You can also configure transforms to be computed at the edge or in the cloud.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceTransformProcessingConfig.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static TransformProcessingConfig.Builderbuilder()ComputeLocationcomputeLocation()The compute location for the given transform property.StringcomputeLocationAsString()The compute location for the given transform property.booleanequals(Object obj)booleanequalsBySdkFields(Object obj)ForwardingConfigforwardingConfig()Returns the value of the ForwardingConfig property for this object.<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()List<SdkField<?>>sdkFields()static Class<? extends TransformProcessingConfig.Builder>serializableBuilderClass()TransformProcessingConfig.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
-
computeLocation
public final ComputeLocation computeLocation()
The compute location for the given transform property.
If the service returns an enum value that is not available in the current SDK version,
computeLocationwill returnComputeLocation.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromcomputeLocationAsString().- Returns:
- The compute location for the given transform property.
- See Also:
ComputeLocation
-
computeLocationAsString
public final String computeLocationAsString()
The compute location for the given transform property.
If the service returns an enum value that is not available in the current SDK version,
computeLocationwill returnComputeLocation.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromcomputeLocationAsString().- Returns:
- The compute location for the given transform property.
- See Also:
ComputeLocation
-
forwardingConfig
public final ForwardingConfig forwardingConfig()
Returns the value of the ForwardingConfig property for this object.- Returns:
- The value of the ForwardingConfig property for this object.
-
toBuilder
public TransformProcessingConfig.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<TransformProcessingConfig.Builder,TransformProcessingConfig>
-
builder
public static TransformProcessingConfig.Builder builder()
-
serializableBuilderClass
public static Class<? extends TransformProcessingConfig.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.
-
-