CopyableBuilder<IPRange.Builder,IPRange>, SdkBuilder<IPRange.Builder,IPRange>public static interface IPRange.Builder extends CopyableBuilder<IPRange.Builder,IPRange>
| Modifier and Type | Method | 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(Tag... tags) |
The list of tags for the IP range.
|
copyapply, 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.
NOTE: This method appends the values to the existing list (if any). Use
#setTags(java.util.Collection) or #withTags(java.util.Collection) if you want to override the
existing values.
tags - The list of tags for the IP range.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.