@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.
|
overrideConfiguration
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
copy
public 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 RdsRequest
public static AuthorizeDbSecurityGroupIngressRequest.Builder builder()
public static Class<? extends AuthorizeDbSecurityGroupIngressRequest.Builder> serializableBuilderClass()
public final int hashCode()
hashCode
in class AwsRequest
public final boolean equals(Object obj)
equals
in class AwsRequest
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields
in interface SdkPojo
public final String toString()
public final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField
in class SdkRequest
Copyright © 2021. All rights reserved.