public static interface CreateDhcpOptionsRequest.Builder extends Ec2Request.Builder, SdkPojo, CopyableBuilder<CreateDhcpOptionsRequest.Builder,CreateDhcpOptionsRequest>
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildCreateDhcpOptionsRequest.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 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 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.BuilderCreateDhcpOptionsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2021. All rights reserved.