Interface TransformProcessingConfig.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<TransformProcessingConfig.Builder,TransformProcessingConfig>,SdkBuilder<TransformProcessingConfig.Builder,TransformProcessingConfig>,SdkPojo
- Enclosing class:
- TransformProcessingConfig
public static interface TransformProcessingConfig.Builder extends SdkPojo, CopyableBuilder<TransformProcessingConfig.Builder,TransformProcessingConfig>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description TransformProcessingConfig.BuildercomputeLocation(String computeLocation)The compute location for the given transform property.TransformProcessingConfig.BuildercomputeLocation(ComputeLocation computeLocation)The compute location for the given transform property.default TransformProcessingConfig.BuilderforwardingConfig(Consumer<ForwardingConfig.Builder> forwardingConfig)Sets the value of the ForwardingConfig property for this object.TransformProcessingConfig.BuilderforwardingConfig(ForwardingConfig forwardingConfig)Sets the value of the ForwardingConfig property for this object.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
-
-
-
Method Detail
-
computeLocation
TransformProcessingConfig.Builder computeLocation(String computeLocation)
The compute location for the given transform property.
- Parameters:
computeLocation- The compute location for the given transform property.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
ComputeLocation,ComputeLocation
-
computeLocation
TransformProcessingConfig.Builder computeLocation(ComputeLocation computeLocation)
The compute location for the given transform property.
- Parameters:
computeLocation- The compute location for the given transform property.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
ComputeLocation,ComputeLocation
-
forwardingConfig
TransformProcessingConfig.Builder forwardingConfig(ForwardingConfig forwardingConfig)
Sets the value of the ForwardingConfig property for this object.- Parameters:
forwardingConfig- The new value for the ForwardingConfig property for this object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
forwardingConfig
default TransformProcessingConfig.Builder forwardingConfig(Consumer<ForwardingConfig.Builder> forwardingConfig)
Sets the value of the ForwardingConfig property for this object. This is a convenience method that creates an instance of theForwardingConfig.Builderavoiding the need to create one manually viaForwardingConfig.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed toforwardingConfig(ForwardingConfig).- Parameters:
forwardingConfig- a consumer that will call methods onForwardingConfig.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
forwardingConfig(ForwardingConfig)
-
-