public static interface CreateDhcpOptionsRequest.Builder extends Ec2Request.Builder, SdkPojo, CopyableBuilder<CreateDhcpOptionsRequest.Builder,CreateDhcpOptionsRequest>
build
overrideConfiguration
equalsBySdkFields, sdkFields
copy
applyMutation, build
CreateDhcpOptionsRequest.Builder dhcpConfigurations(Collection<NewDhcpConfiguration> dhcpConfigurations)
A DHCP configuration option.
dhcpConfigurations
- A DHCP configuration option.CreateDhcpOptionsRequest.Builder dhcpConfigurations(NewDhcpConfiguration... dhcpConfigurations)
A DHCP configuration option.
dhcpConfigurations
- A DHCP configuration option.CreateDhcpOptionsRequest.Builder dhcpConfigurations(Consumer<NewDhcpConfiguration.Builder>... dhcpConfigurations)
A DHCP configuration option.
This is a convenience method that creates an instance of theList.Builder
avoiding the need to create one manually via List#builder()
.
When the Consumer
completes, List.Builder#build()
is called immediately
and its result is passed to #dhcpConfigurations(List)
.dhcpConfigurations
- a consumer that will call methods on List.Builder
#dhcpConfigurations(List)
CreateDhcpOptionsRequest.Builder tagSpecifications(Collection<TagSpecification> tagSpecifications)
The tags to assign to the DHCP option.
tagSpecifications
- The tags to assign to the DHCP option.CreateDhcpOptionsRequest.Builder tagSpecifications(TagSpecification... tagSpecifications)
The tags to assign to the DHCP option.
tagSpecifications
- The tags to assign to the DHCP option.CreateDhcpOptionsRequest.Builder tagSpecifications(Consumer<TagSpecification.Builder>... tagSpecifications)
The tags to assign to the DHCP option.
This is a convenience method that creates an instance of theList.Builder
avoiding
the need to create one manually via List#builder()
.
When the Consumer
completes, List.Builder#build()
is called immediately and
its result is passed to #tagSpecifications(List)
.tagSpecifications
- a consumer that will call methods on List.Builder
#tagSpecifications(List)
CreateDhcpOptionsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration
in interface AwsRequest.Builder
CreateDhcpOptionsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration
in interface AwsRequest.Builder
Copyright © 2022. All rights reserved.