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) |
Specifies the IP range.
|
IPRange.Builder |
status(String status) |
Specifies the status of the IP range.
|
copy
apply, build
IPRange.Builder status(String status)
Specifies the status of the IP range. Status can be "authorizing", "authorized", "revoking", and "revoked".
status
- Specifies the status of the IP range. Status can be "authorizing", "authorized", "revoking", and
"revoked".IPRange.Builder cidrip(String cidrip)
Specifies the IP range.
cidrip
- Specifies the IP range.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.