public static interface TransformProcessingConfig.Builder extends SdkPojo, CopyableBuilder<TransformProcessingConfig.Builder,TransformProcessingConfig>
| Modifier and Type | Method and Description |
|---|---|
TransformProcessingConfig.Builder |
computeLocation(ComputeLocation computeLocation)
The compute location for the given transform property.
|
TransformProcessingConfig.Builder |
computeLocation(String computeLocation)
The compute location for the given transform property.
|
default TransformProcessingConfig.Builder |
forwardingConfig(Consumer<ForwardingConfig.Builder> forwardingConfig)
Sets the value of the ForwardingConfig property for this object.
|
TransformProcessingConfig.Builder |
forwardingConfig(ForwardingConfig forwardingConfig)
Sets the value of the ForwardingConfig property for this object.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildTransformProcessingConfig.Builder computeLocation(String computeLocation)
The compute location for the given transform property.
computeLocation - The compute location for the given transform property.ComputeLocation,
ComputeLocationTransformProcessingConfig.Builder computeLocation(ComputeLocation computeLocation)
The compute location for the given transform property.
computeLocation - The compute location for the given transform property.ComputeLocation,
ComputeLocationTransformProcessingConfig.Builder forwardingConfig(ForwardingConfig forwardingConfig)
forwardingConfig - The new value for the ForwardingConfig property for this object.default TransformProcessingConfig.Builder forwardingConfig(Consumer<ForwardingConfig.Builder> forwardingConfig)
ForwardingConfig.Builder avoiding the
need to create one manually via ForwardingConfig.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to forwardingConfig(ForwardingConfig).
forwardingConfig - a consumer that will call methods on ForwardingConfig.BuilderforwardingConfig(ForwardingConfig)Copyright © 2023. All rights reserved.