public static interface ByoipCidr.Builder extends SdkPojo, CopyableBuilder<ByoipCidr.Builder,ByoipCidr>
| Modifier and Type | Method and Description |
|---|---|
ByoipCidr.Builder |
cidr(String cidr)
The address range, in CIDR notation.
|
ByoipCidr.Builder |
events(ByoipCidrEvent... events)
A history of status changes for an IP address range that you bring to Global Accelerator through bring your
own IP address (BYOIP).
|
ByoipCidr.Builder |
events(Collection<ByoipCidrEvent> events)
A history of status changes for an IP address range that you bring to Global Accelerator through bring your
own IP address (BYOIP).
|
ByoipCidr.Builder |
events(Consumer<ByoipCidrEvent.Builder>... events)
A history of status changes for an IP address range that you bring to Global Accelerator through bring your
own IP address (BYOIP).
|
ByoipCidr.Builder |
state(ByoipCidrState state)
The state of the address pool.
|
ByoipCidr.Builder |
state(String state)
The state of the address pool.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildByoipCidr.Builder cidr(String cidr)
The address range, in CIDR notation.
cidr - The address range, in CIDR notation.ByoipCidr.Builder state(String state)
The state of the address pool.
state - The state of the address pool.ByoipCidrState,
ByoipCidrStateByoipCidr.Builder state(ByoipCidrState state)
The state of the address pool.
state - The state of the address pool.ByoipCidrState,
ByoipCidrStateByoipCidr.Builder events(Collection<ByoipCidrEvent> events)
A history of status changes for an IP address range that you bring to Global Accelerator through bring your own IP address (BYOIP).
events - A history of status changes for an IP address range that you bring to Global Accelerator through bring
your own IP address (BYOIP).ByoipCidr.Builder events(ByoipCidrEvent... events)
A history of status changes for an IP address range that you bring to Global Accelerator through bring your own IP address (BYOIP).
events - A history of status changes for an IP address range that you bring to Global Accelerator through bring
your own IP address (BYOIP).ByoipCidr.Builder events(Consumer<ByoipCidrEvent.Builder>... events)
A history of status changes for an IP address range that you bring to Global Accelerator through bring your own IP address (BYOIP).
This is a convenience method that creates an instance of theByoipCidrEvent.Builder avoiding the need to
create one manually via
ByoipCidrEvent.builder().
When the Consumer completes,
SdkBuilder.build() is called
immediately and its result is passed to #events(List.
events - a consumer that will call methods on
ByoipCidrEvent.Builder#events(java.util.Collection) Copyright © 2023. All rights reserved.