Interface NewDhcpConfiguration.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<NewDhcpConfiguration.Builder,NewDhcpConfiguration>,SdkBuilder<NewDhcpConfiguration.Builder,NewDhcpConfiguration>,SdkPojo
- Enclosing class:
- NewDhcpConfiguration
public static interface NewDhcpConfiguration.Builder extends SdkPojo, CopyableBuilder<NewDhcpConfiguration.Builder,NewDhcpConfiguration>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description NewDhcpConfiguration.Builderkey(String key)Sets the value of the Key property for this object.NewDhcpConfiguration.Buildervalues(String... values)Sets the value of the Values property for this object.NewDhcpConfiguration.Buildervalues(Collection<String> values)Sets the value of the Values 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
-
key
NewDhcpConfiguration.Builder key(String key)
Sets the value of the Key property for this object.- Parameters:
key- The new value for the Key property for this object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
values
NewDhcpConfiguration.Builder values(Collection<String> values)
Sets the value of the Values property for this object.- Parameters:
values- The new value for the Values property for this object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
values
NewDhcpConfiguration.Builder values(String... values)
Sets the value of the Values property for this object.- Parameters:
values- The new value for the Values property for this object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-