Interface ForwardingConfig.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<ForwardingConfig.Builder,
,ForwardingConfig> SdkBuilder<ForwardingConfig.Builder,
,ForwardingConfig> SdkPojo
- Enclosing class:
ForwardingConfig
@Mutable
@NotThreadSafe
public static interface ForwardingConfig.Builder
extends SdkPojo, CopyableBuilder<ForwardingConfig.Builder,ForwardingConfig>
-
Method Summary
Modifier and TypeMethodDescriptionThe forwarding state for the given property.state
(ForwardingConfigState state) The forwarding state for the given property.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, sdkFieldNameToField, sdkFields
-
Method Details
-
state
The forwarding state for the given property.
- Parameters:
state
- The forwarding state for the given property.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
state
The forwarding state for the given property.
- Parameters:
state
- The forwarding state for the given property.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-