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
Modifier and TypeMethodDescriptioncomputeLocation
(String computeLocation) The compute location for the given transform property.computeLocation
(ComputeLocation computeLocation) The compute location for the given transform property.forwardingConfig
(Consumer<ForwardingConfig.Builder> forwardingConfig) Sets the value of the ForwardingConfig property for this object.forwardingConfig
(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 Details
-
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
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:
-
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.Builder
avoiding the need to create one manually viaForwardingConfig.builder()
.When the
Consumer
completes,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:
-