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 AWS 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 AWS 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 AWS 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 AWS Global Accelerator through bring your own IP address (BYOIP).
events - A history of status changes for an IP address range that you bring to AWS 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 AWS Global Accelerator through bring your own IP address (BYOIP).
events - A history of status changes for an IP address range that you bring to AWS 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 AWS Global Accelerator through bring your own IP address (BYOIP).
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 #events(List) .events - a consumer that will call methods on List.Builder #events(List) Copyright © 2021. All rights reserved.