@Generated(value="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.
| Modifier and Type | Class and Description |
|---|---|
static interface |
TransformProcessingConfig.Builder |
| Modifier and Type | Method and Description |
|---|---|
static TransformProcessingConfig.Builder |
builder() |
ComputeLocation |
computeLocation()
The compute location for the given transform property.
|
String |
computeLocationAsString()
The compute location for the given transform property.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
ForwardingConfig |
forwardingConfig()
Returns the value of the ForwardingConfig property for this object.
|
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
List<SdkField<?>> |
sdkFields() |
static Class<? extends TransformProcessingConfig.Builder> |
serializableBuilderClass() |
TransformProcessingConfig.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic 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, computeLocation
will return ComputeLocation.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available
from computeLocationAsString().
ComputeLocationpublic 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, computeLocation
will return ComputeLocation.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available
from computeLocationAsString().
ComputeLocationpublic final ForwardingConfig forwardingConfig()
public TransformProcessingConfig.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<TransformProcessingConfig.Builder,TransformProcessingConfig>public static TransformProcessingConfig.Builder builder()
public static Class<? extends TransformProcessingConfig.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.