@Generated(value="software.amazon.awssdk:codegen") public final class AuthorizeDbSecurityGroupIngressRequest extends RdsRequest implements ToCopyableBuilder<AuthorizeDbSecurityGroupIngressRequest.Builder,AuthorizeDbSecurityGroupIngressRequest>
| Modifier and Type | Class and Description |
|---|---|
static interface |
AuthorizeDbSecurityGroupIngressRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
static AuthorizeDbSecurityGroupIngressRequest.Builder |
builder() |
String |
cidrip()
The IP range to authorize.
|
String |
dbSecurityGroupName()
The name of the DB security group to add authorization to.
|
String |
ec2SecurityGroupId()
Id of the EC2 security group to authorize.
|
String |
ec2SecurityGroupName()
Name of the EC2 security group to authorize.
|
String |
ec2SecurityGroupOwnerId()
Amazon Web Services account number of the owner of the EC2 security group specified in the
EC2SecurityGroupName parameter. |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
List<SdkField<?>> |
sdkFields() |
static Class<? extends AuthorizeDbSecurityGroupIngressRequest.Builder> |
serializableBuilderClass() |
AuthorizeDbSecurityGroupIngressRequest.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
overrideConfigurationclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String dbSecurityGroupName()
The name of the DB security group to add authorization to.
public final String cidrip()
The IP range to authorize.
public final String ec2SecurityGroupName()
Name of the EC2 security group to authorize. For VPC DB security groups, EC2SecurityGroupId must be
provided. Otherwise, EC2SecurityGroupOwnerId and either EC2SecurityGroupName or
EC2SecurityGroupId must be provided.
EC2SecurityGroupId
must be provided. Otherwise, EC2SecurityGroupOwnerId and either
EC2SecurityGroupName or EC2SecurityGroupId must be provided.public final String ec2SecurityGroupId()
Id of the EC2 security group to authorize. For VPC DB security groups, EC2SecurityGroupId must be
provided. Otherwise, EC2SecurityGroupOwnerId and either EC2SecurityGroupName or
EC2SecurityGroupId must be provided.
EC2SecurityGroupId
must be provided. Otherwise, EC2SecurityGroupOwnerId and either
EC2SecurityGroupName or EC2SecurityGroupId must be provided.public final String ec2SecurityGroupOwnerId()
Amazon Web Services account number of the owner of the EC2 security group specified in the
EC2SecurityGroupName parameter. The Amazon Web Services access key ID isn't an acceptable value. For
VPC DB security groups, EC2SecurityGroupId must be provided. Otherwise,
EC2SecurityGroupOwnerId and either EC2SecurityGroupName or
EC2SecurityGroupId must be provided.
EC2SecurityGroupName parameter. The Amazon Web Services access key ID isn't an acceptable
value. For VPC DB security groups, EC2SecurityGroupId must be provided. Otherwise,
EC2SecurityGroupOwnerId and either EC2SecurityGroupName or
EC2SecurityGroupId must be provided.public AuthorizeDbSecurityGroupIngressRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<AuthorizeDbSecurityGroupIngressRequest.Builder,AuthorizeDbSecurityGroupIngressRequest>toBuilder in class RdsRequestpublic static AuthorizeDbSecurityGroupIngressRequest.Builder builder()
public static Class<? extends AuthorizeDbSecurityGroupIngressRequest.Builder> serializableBuilderClass()
public final int hashCode()
hashCode in class AwsRequestpublic final boolean equals(Object obj)
equals in class AwsRequestpublic final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
public final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField in class SdkRequestCopyright © 2022. All rights reserved.