public static interface DhcpOptions.Builder extends SdkPojo, CopyableBuilder<DhcpOptions.Builder,DhcpOptions>
| Modifier and Type | Method and Description |
|---|---|
DhcpOptions.Builder |
dhcpConfigurations(Collection<DhcpConfiguration> dhcpConfigurations)
One or more DHCP options in the set.
|
DhcpOptions.Builder |
dhcpConfigurations(Consumer<DhcpConfiguration.Builder>... 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 |
ownerId(String ownerId)
The ID of the Amazon Web Services account that owns the DHCP options set.
|
DhcpOptions.Builder |
tags(Collection<Tag> tags)
Any tags assigned to the DHCP options set.
|
DhcpOptions.Builder |
tags(Consumer<Tag.Builder>... tags)
Any tags assigned to the DHCP options set.
|
DhcpOptions.Builder |
tags(Tag... tags)
Any tags assigned to the DHCP options set.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildDhcpOptions.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.
dhcpConfigurations - One or more DHCP options in the set.DhcpOptions.Builder dhcpConfigurations(Consumer<DhcpConfiguration.Builder>... dhcpConfigurations)
One or more DHCP options in the set.
This is a convenience method that creates an instance of theDhcpConfiguration.Builder avoiding the need to create one
manually via DhcpConfiguration.builder().
When the Consumer completes,
SdkBuilder.build() is called immediately and
its result is passed to #dhcpConfigurations(List.
dhcpConfigurations - a consumer that will call methods on
DhcpConfiguration.Builder#dhcpConfigurations(java.util.Collection) DhcpOptions.Builder dhcpOptionsId(String dhcpOptionsId)
The ID of the set of DHCP options.
dhcpOptionsId - The ID of the set of DHCP options.DhcpOptions.Builder ownerId(String ownerId)
The ID of the Amazon Web Services account that owns the DHCP options set.
ownerId - The ID of the Amazon Web Services account that owns the DHCP options set.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.
tags - Any tags assigned to the DHCP options set.DhcpOptions.Builder tags(Consumer<Tag.Builder>... tags)
Any tags assigned to the DHCP options set.
This is a convenience method that creates an instance of theTag.Builder avoiding the need to create one manually via
Tag.builder().
When the Consumer completes, SdkBuilder.build() is
called immediately and its result is passed to #tags(List.
tags - a consumer that will call methods on Tag.Builder#tags(java.util.Collection) Copyright © 2022. All rights reserved.