public static interface NewDhcpConfiguration.Builder extends SdkPojo, CopyableBuilder<NewDhcpConfiguration.Builder,NewDhcpConfiguration>
Modifier and Type | Method and Description |
---|---|
NewDhcpConfiguration.Builder |
key(String key)
Sets the value of the Key property for this object.
|
NewDhcpConfiguration.Builder |
values(Collection<String> values)
Sets the value of the Values property for this object.
|
NewDhcpConfiguration.Builder |
values(String... values)
Sets the value of the Values property for this object.
|
equalsBySdkFields, sdkFields
copy
applyMutation, build
NewDhcpConfiguration.Builder key(String key)
key
- The new value for the Key property for this object.NewDhcpConfiguration.Builder values(Collection<String> values)
values
- The new value for the Values property for this object.NewDhcpConfiguration.Builder values(String... values)
values
- The new value for the Values property for this object.Copyright © 2019. All rights reserved.