public static interface DhcpConfiguration.Builder extends SdkPojo, CopyableBuilder<DhcpConfiguration.Builder,DhcpConfiguration>
| Modifier and Type | Method and Description |
|---|---|
DhcpConfiguration.Builder |
key(String key)
The name of a DHCP option.
|
DhcpConfiguration.Builder |
values(AttributeValue... values)
One or more values for the DHCP option.
|
DhcpConfiguration.Builder |
values(Collection<AttributeValue> values)
One or more values for the DHCP option.
|
DhcpConfiguration.Builder |
values(Consumer<AttributeValue.Builder>... values)
One or more values for the DHCP option.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildDhcpConfiguration.Builder key(String key)
The name of a DHCP option.
key - The name of a DHCP option.DhcpConfiguration.Builder values(Collection<AttributeValue> values)
One or more values for the DHCP option.
values - One or more values for the DHCP option.DhcpConfiguration.Builder values(AttributeValue... values)
One or more values for the DHCP option.
values - One or more values for the DHCP option.DhcpConfiguration.Builder values(Consumer<AttributeValue.Builder>... values)
One or more values for the DHCP option.
This is a convenience method that creates an instance of theAttributeValue.Builder avoiding the need to create one
manually via AttributeValue.builder().
When the Consumer completes,
SdkBuilder.build() is called immediately and
its result is passed to #values(List.
values - a consumer that will call methods on
AttributeValue.Builder#values(java.util.Collection) Copyright © 2023. All rights reserved.