Uses of Interface
software.amazon.awssdk.services.ec2.model.ByoipCidr.Builder
Packages that use ByoipCidr.Builder
-
Uses of ByoipCidr.Builder in software.amazon.awssdk.services.ec2.model
Methods in software.amazon.awssdk.services.ec2.model that return ByoipCidr.BuilderModifier and TypeMethodDescriptionByoipCidr.Builder.advertisementType(String advertisementType) Specifies the advertisement method for the BYOIP CIDR.ByoipCidr.Builder.asnAssociations(Collection<AsnAssociation> asnAssociations) The BYOIP CIDR associations with ASNs.ByoipCidr.Builder.asnAssociations(Consumer<AsnAssociation.Builder>... asnAssociations) The BYOIP CIDR associations with ASNs.ByoipCidr.Builder.asnAssociations(AsnAssociation... asnAssociations) The BYOIP CIDR associations with ASNs.static ByoipCidr.BuilderByoipCidr.builder()The address range, in CIDR notation.ByoipCidr.Builder.description(String description) The description of the address range.ByoipCidr.Builder.networkBorderGroup(String networkBorderGroup) If you have Local Zones enabled, you can choose a network border group for Local Zones when you provision and advertise a BYOIPv4 CIDR.The state of the address range.ByoipCidr.Builder.state(ByoipCidrState state) The state of the address range.ByoipCidr.Builder.statusMessage(String statusMessage) Upon success, contains the ID of the address pool.ByoipCidr.toBuilder()Methods in software.amazon.awssdk.services.ec2.model that return types with arguments of type ByoipCidr.BuilderModifier and TypeMethodDescriptionstatic Class<? extends ByoipCidr.Builder>ByoipCidr.serializableBuilderClass()Method parameters in software.amazon.awssdk.services.ec2.model with type arguments of type ByoipCidr.BuilderModifier and TypeMethodDescriptionAdvertiseByoipCidrResponse.Builder.byoipCidr(Consumer<ByoipCidr.Builder> byoipCidr) Information about the address range.DeprovisionByoipCidrResponse.Builder.byoipCidr(Consumer<ByoipCidr.Builder> byoipCidr) Information about the address range.MoveByoipCidrToIpamResponse.Builder.byoipCidr(Consumer<ByoipCidr.Builder> byoipCidr) The BYOIP CIDR.ProvisionByoipCidrResponse.Builder.byoipCidr(Consumer<ByoipCidr.Builder> byoipCidr) Information about the address range.WithdrawByoipCidrResponse.Builder.byoipCidr(Consumer<ByoipCidr.Builder> byoipCidr) Information about the address pool.