Interface ForwardingConfig.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<ForwardingConfig.Builder,ForwardingConfig>,SdkBuilder<ForwardingConfig.Builder,ForwardingConfig>,SdkPojo
- Enclosing class:
- ForwardingConfig
public static interface ForwardingConfig.Builder extends SdkPojo, CopyableBuilder<ForwardingConfig.Builder,ForwardingConfig>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ForwardingConfig.Builderstate(String state)The forwarding state for the given property.ForwardingConfig.Builderstate(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, sdkFields
-
-
-
-
Method Detail
-
state
ForwardingConfig.Builder state(String 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:
ForwardingConfigState,ForwardingConfigState
-
state
ForwardingConfig.Builder state(ForwardingConfigState 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:
ForwardingConfigState,ForwardingConfigState
-
-