CopyableBuilder<DhcpOptions.Builder,DhcpOptions>
, SdkBuilder<DhcpOptions.Builder,DhcpOptions>
public static interface DhcpOptions.Builder extends CopyableBuilder<DhcpOptions.Builder,DhcpOptions>
Modifier and Type | Method | Description |
---|---|---|
DhcpOptions.Builder |
dhcpConfigurations(Collection<DhcpConfiguration> dhcpConfigurations) |
One or more DHCP options in the set.
|
DhcpOptions.Builder |
dhcpConfigurations(DhcpConfiguration... dhcpConfigurations) |
One or more DHCP options in the set.
|
DhcpOptions.Builder |
dhcpOptionsId(String dhcpOptionsId) |
The ID of the set of DHCP options.
|
DhcpOptions.Builder |
tags(Collection<Tag> tags) |
Any tags assigned to the DHCP options set.
|
DhcpOptions.Builder |
tags(Tag... tags) |
Any tags assigned to the DHCP options set.
|
copy
apply, build
DhcpOptions.Builder dhcpConfigurations(Collection<DhcpConfiguration> dhcpConfigurations)
One or more DHCP options in the set.
dhcpConfigurations
- One or more DHCP options in the set.DhcpOptions.Builder dhcpConfigurations(DhcpConfiguration... dhcpConfigurations)
One or more DHCP options in the set.
NOTE: This method appends the values to the existing list (if any). Use
#setDhcpConfigurations(java.util.Collection)
or #withDhcpConfigurations(java.util.Collection)
if you want to override the existing values.
dhcpConfigurations
- One or more DHCP options in the set.DhcpOptions.Builder dhcpOptionsId(String dhcpOptionsId)
The ID of the set of DHCP options.
dhcpOptionsId
- The ID of the set of DHCP options.DhcpOptions.Builder tags(Collection<Tag> tags)
Any tags assigned to the DHCP options set.
tags
- Any tags assigned to the DHCP options set.DhcpOptions.Builder tags(Tag... tags)
Any tags assigned to the DHCP options set.
NOTE: This method appends the values to the existing list (if any). Use
#setTags(java.util.Collection)
or #withTags(java.util.Collection)
if you want to override the
existing values.
tags
- Any tags assigned to the DHCP options set.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.