public static interface IPRange.Builder extends SdkPojo, CopyableBuilder<IPRange.Builder,IPRange>
| Modifier and Type | Method and Description |
|---|---|
IPRange.Builder |
cidrip(String cidrip)
The IP range in Classless Inter-Domain Routing (CIDR) notation.
|
IPRange.Builder |
status(String status)
The status of the IP range, for example, "authorized".
|
IPRange.Builder |
tags(Collection<Tag> tags)
The list of tags for the IP range.
|
IPRange.Builder |
tags(Consumer<Tag.Builder>... tags)
The list of tags for the IP range.
|
IPRange.Builder |
tags(Tag... tags)
The list of tags for the IP range.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildIPRange.Builder status(String status)
The status of the IP range, for example, "authorized".
status - The status of the IP range, for example, "authorized".IPRange.Builder cidrip(String cidrip)
The IP range in Classless Inter-Domain Routing (CIDR) notation.
cidrip - The IP range in Classless Inter-Domain Routing (CIDR) notation.IPRange.Builder tags(Collection<Tag> tags)
The list of tags for the IP range.
tags - The list of tags for the IP range.IPRange.Builder tags(Tag... tags)
The list of tags for the IP range.
tags - The list of tags for the IP range.IPRange.Builder tags(Consumer<Tag.Builder>... tags)
The list of tags for the IP range.
This is a convenience method that creates an instance of theTag.Builder avoiding the need to create one manually
via Tag.builder().
When the Consumer completes,
SdkBuilder.build() is called immediately and its
result is passed to #tags(List.
tags - a consumer that will call methods on
Tag.Builder#tags(java.util.Collection) Copyright © 2023. All rights reserved.