Uses of Interface
software.amazon.awssdk.services.ec2.model.DhcpOptions.Builder
Packages that use DhcpOptions.Builder
-
Uses of DhcpOptions.Builder in software.amazon.awssdk.services.ec2.model
Methods in software.amazon.awssdk.services.ec2.model that return DhcpOptions.BuilderModifier and TypeMethodDescriptionstatic DhcpOptions.BuilderDhcpOptions.builder()DhcpOptions.Builder.dhcpConfigurations(Collection<DhcpConfiguration> dhcpConfigurations) The DHCP options in the set.DhcpOptions.Builder.dhcpConfigurations(Consumer<DhcpConfiguration.Builder>... dhcpConfigurations) The DHCP options in the set.DhcpOptions.Builder.dhcpConfigurations(DhcpConfiguration... dhcpConfigurations) The DHCP options in the set.DhcpOptions.Builder.dhcpOptionsId(String dhcpOptionsId) The ID of the set of DHCP options.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.Any tags assigned to the DHCP options set.DhcpOptions.toBuilder()Methods in software.amazon.awssdk.services.ec2.model that return types with arguments of type DhcpOptions.BuilderModifier and TypeMethodDescriptionstatic Class<? extends DhcpOptions.Builder>DhcpOptions.serializableBuilderClass()Method parameters in software.amazon.awssdk.services.ec2.model with type arguments of type DhcpOptions.BuilderModifier and TypeMethodDescriptionCreateDhcpOptionsResponse.Builder.dhcpOptions(Consumer<DhcpOptions.Builder> dhcpOptions) A set of DHCP options.