ToCopyableBuilder<IPRange.Builder,IPRange>
@Generated("software.amazon.awssdk:codegen") public class IPRange extends Object implements ToCopyableBuilder<IPRange.Builder,IPRange>
This data type is used as a response element in the DescribeDBSecurityGroups action.
Modifier and Type | Class | Description |
---|---|---|
static interface |
IPRange.Builder |
Modifier and Type | Method | Description |
---|---|---|
static IPRange.Builder |
builder() |
|
String |
cidrip() |
Specifies the IP range.
|
boolean |
equals(Object obj) |
|
int |
hashCode() |
|
static Class<? extends IPRange.Builder> |
serializableBuilderClass() |
|
String |
status() |
Specifies the status of the IP range.
|
IPRange.Builder |
toBuilder() |
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
public String status()
Specifies the status of the IP range. Status can be "authorizing", "authorized", "revoking", and "revoked".
public String cidrip()
Specifies the IP range.
public IPRange.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<IPRange.Builder,IPRange>
public static IPRange.Builder builder()
public static Class<? extends IPRange.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.