public class RevokeDBSecurityGroupIngressRequest extends AmazonWebServiceRequest implements java.io.Serializable
RevokeDBSecurityGroupIngress operation
のためのパラメータ用コンテナ。
以前に接続を許可した、IPアドレスの範囲またはEC2またはVPCセキュリティグループの DBセキュリティグループを無効化します。 このAPIに必要なパラメータは、VPCのためのEC2SecurityGroupIdもしくはCIDRIPの一つ、 または(EC2SecurityGroupOwnerIdとEC2SecurityGroupNameまたはEC2SecurityGroupIdのいずれか)になります。
| コンストラクタと説明 |
|---|
RevokeDBSecurityGroupIngressRequest()
新しい RevokeDBSecurityGroupIngressRequest オブジェクトの既定のコンストラクタ。
|
RevokeDBSecurityGroupIngressRequest(java.lang.String dBSecurityGroupName)
新しい RevokeDBSecurityGroupIngressRequest オブジェクトを構築します。
|
| 修飾子とタイプ | メソッドと説明 |
|---|---|
boolean |
equals(java.lang.Object obj) |
java.lang.String |
getCIDRIP()
アクセスを無効にするIP範囲。
|
java.lang.String |
getDBSecurityGroupName()
接続を無効化するDBセキュリティグループの名前。
|
java.lang.String |
getEC2SecurityGroupId()
アクセスを無効にするEC2セキュリティ・グループのid。
|
java.lang.String |
getEC2SecurityGroupName()
アクセスを無効にするEC2セキュリティ・グループの名前。
|
java.lang.String |
getEC2SecurityGroupOwnerId()
EC2SecurityGroupNameパラメータで指定された
EC2セキュリティグループの所有者のAWSアカウント番号。 |
int |
hashCode() |
void |
setCIDRIP(java.lang.String cIDRIP)
アクセスを無効にするIP範囲。
|
void |
setDBSecurityGroupName(java.lang.String dBSecurityGroupName)
接続を無効化するDBセキュリティグループの名前。
|
void |
setEC2SecurityGroupId(java.lang.String eC2SecurityGroupId)
アクセスを無効にするEC2セキュリティ・グループのid。
|
void |
setEC2SecurityGroupName(java.lang.String eC2SecurityGroupName)
アクセスを無効にするEC2セキュリティ・グループの名前。
|
void |
setEC2SecurityGroupOwnerId(java.lang.String eC2SecurityGroupOwnerId)
EC2SecurityGroupNameパラメータで指定された
EC2セキュリティグループの所有者のAWSアカウント番号。 |
java.lang.String |
toString()
このオブジェクトの文字列表現を返します。
|
RevokeDBSecurityGroupIngressRequest |
withCIDRIP(java.lang.String cIDRIP)
アクセスを無効にするIP範囲。
|
RevokeDBSecurityGroupIngressRequest |
withDBSecurityGroupName(java.lang.String dBSecurityGroupName)
接続を無効化するDBセキュリティグループの名前。
|
RevokeDBSecurityGroupIngressRequest |
withEC2SecurityGroupId(java.lang.String eC2SecurityGroupId)
アクセスを無効にするEC2セキュリティ・グループのid。
|
RevokeDBSecurityGroupIngressRequest |
withEC2SecurityGroupName(java.lang.String eC2SecurityGroupName)
アクセスを無効にするEC2セキュリティ・グループの名前。
|
RevokeDBSecurityGroupIngressRequest |
withEC2SecurityGroupOwnerId(java.lang.String eC2SecurityGroupOwnerId)
EC2SecurityGroupNameパラメータで指定された
EC2セキュリティグループの所有者のAWSアカウント番号。 |
copyPrivateRequestParameters, getRequestClientOptions, getRequestCredentials, setRequestCredentialspublic RevokeDBSecurityGroupIngressRequest()
public RevokeDBSecurityGroupIngressRequest(java.lang.String dBSecurityGroupName)
dBSecurityGroupName - 接続を無効化するDBセキュリティグループの名前。public java.lang.String getDBSecurityGroupName()
public void setDBSecurityGroupName(java.lang.String dBSecurityGroupName)
dBSecurityGroupName - 接続を無効化するDBセキュリティグループの名前。public RevokeDBSecurityGroupIngressRequest withDBSecurityGroupName(java.lang.String dBSecurityGroupName)
このオブジェクトへの参照を返すためのメソッド呼び出しを連結することができます。
dBSecurityGroupName - 接続を無効化するDBセキュリティグループの名前。public java.lang.String getCIDRIP()
CIDRIPが指定されている場合、EC2SecurityGroupName、
EC2SecurityGroupIdとEC2SecurityGroupOwnerIdを
提供することができません。CIDRIPが指定されている場合、EC2SecurityGroupName、
EC2SecurityGroupIdとEC2SecurityGroupOwnerIdを
提供することができません。public void setCIDRIP(java.lang.String cIDRIP)
CIDRIPが指定されている場合、EC2SecurityGroupName、
EC2SecurityGroupIdとEC2SecurityGroupOwnerIdを
提供することができません。cIDRIP - アクセスを無効にするIP範囲。
有効なCIDRの範囲でなければなりません。
CIDRIPが指定されている場合、EC2SecurityGroupName、
EC2SecurityGroupIdとEC2SecurityGroupOwnerIdを
提供することができません。public RevokeDBSecurityGroupIngressRequest withCIDRIP(java.lang.String cIDRIP)
CIDRIPが指定されている場合、EC2SecurityGroupName、
EC2SecurityGroupIdとEC2SecurityGroupOwnerIdを
提供することができません。
このオブジェクトへの参照を返すためのメソッド呼び出しを連結することができます。
cIDRIP - アクセスを無効にするIP範囲。
有効なCIDRの範囲でなければなりません。
CIDRIPが指定されている場合、EC2SecurityGroupName、
EC2SecurityGroupIdとEC2SecurityGroupOwnerIdを
提供することができません。public java.lang.String getEC2SecurityGroupName()
EC2SecurityGroupIdを提供する必要があります。
それ以外の場合、EC2SecurityGroupOwnerIdEC2SecurityGroupName
またはEC2SecurityGroupIdのどちらかを指定する必要があります。EC2SecurityGroupIdを提供する必要があります。
それ以外の場合、EC2SecurityGroupOwnerIdEC2SecurityGroupName
またはEC2SecurityGroupIdのどちらかを指定する必要があります。public void setEC2SecurityGroupName(java.lang.String eC2SecurityGroupName)
EC2SecurityGroupIdを提供する必要があります。
それ以外の場合、EC2SecurityGroupOwnerIdEC2SecurityGroupName
またはEC2SecurityGroupIdのどちらかを指定する必要があります。eC2SecurityGroupName - アクセスを無効にするEC2セキュリティ・グループの名前。
VPC DBセキュリティグループについては、
EC2SecurityGroupIdを提供する必要があります。
それ以外の場合、EC2SecurityGroupOwnerIdEC2SecurityGroupName
またはEC2SecurityGroupIdのどちらかを指定する必要があります。public RevokeDBSecurityGroupIngressRequest withEC2SecurityGroupName(java.lang.String eC2SecurityGroupName)
EC2SecurityGroupIdを提供する必要があります。
それ以外の場合、EC2SecurityGroupOwnerIdEC2SecurityGroupName
またはEC2SecurityGroupIdのどちらかを指定する必要があります。
このオブジェクトへの参照を返すためのメソッド呼び出しを連結することができます。
eC2SecurityGroupName - アクセスを無効にするEC2セキュリティ・グループの名前。
VPC DBセキュリティグループについては、
EC2SecurityGroupIdを提供する必要があります。
それ以外の場合、EC2SecurityGroupOwnerIdEC2SecurityGroupName
またはEC2SecurityGroupIdのどちらかを指定する必要があります。public java.lang.String getEC2SecurityGroupId()
EC2SecurityGroupIdを提供する必要があります。
それ以外の場合、EC2SecurityGroupOwnerIdEC2SecurityGroupName
またはEC2SecurityGroupIdのどちらかを指定する必要があります。EC2SecurityGroupIdを提供する必要があります。
それ以外の場合、EC2SecurityGroupOwnerIdEC2SecurityGroupName
またはEC2SecurityGroupIdのどちらかを指定する必要があります。public void setEC2SecurityGroupId(java.lang.String eC2SecurityGroupId)
EC2SecurityGroupIdを提供する必要があります。
それ以外の場合、EC2SecurityGroupOwnerIdEC2SecurityGroupName
またはEC2SecurityGroupIdのどちらかを指定する必要があります。eC2SecurityGroupId - アクセスを無効にするEC2セキュリティ・グループのid。
VPC DBセキュリティグループについては、
EC2SecurityGroupIdを提供する必要があります。
それ以外の場合、EC2SecurityGroupOwnerIdEC2SecurityGroupName
またはEC2SecurityGroupIdのどちらかを指定する必要があります。public RevokeDBSecurityGroupIngressRequest withEC2SecurityGroupId(java.lang.String eC2SecurityGroupId)
EC2SecurityGroupIdを提供する必要があります。
それ以外の場合、EC2SecurityGroupOwnerIdEC2SecurityGroupName
またはEC2SecurityGroupIdのどちらかを指定する必要があります。
このオブジェクトへの参照を返すためのメソッド呼び出しを連結することができます。
eC2SecurityGroupId - アクセスを無効にするEC2セキュリティ・グループのid。
VPC DBセキュリティグループについては、
EC2SecurityGroupIdを提供する必要があります。
それ以外の場合、EC2SecurityGroupOwnerIdEC2SecurityGroupName
またはEC2SecurityGroupIdのどちらかを指定する必要があります。public java.lang.String getEC2SecurityGroupOwnerId()
EC2SecurityGroupNameパラメータで指定された
EC2セキュリティグループの所有者のAWSアカウント番号。
AWSアクセスキーIDが許容値ではありません。
VPC DBセキュリティグループについては、
EC2SecurityGroupIdを提供する必要があります。
それ以外の場合、EC2SecurityGroupOwnerIdEC2SecurityGroupName
またはEC2SecurityGroupIdのどちらかを指定する必要があります。EC2SecurityGroupNameパラメータで指定された
EC2セキュリティグループの所有者のAWSアカウント番号。
AWSアクセスキーIDが許容値ではありません。
VPC DBセキュリティグループについては、
EC2SecurityGroupIdを提供する必要があります。
それ以外の場合、EC2SecurityGroupOwnerIdEC2SecurityGroupName
またはEC2SecurityGroupIdのどちらかを指定する必要があります。public void setEC2SecurityGroupOwnerId(java.lang.String eC2SecurityGroupOwnerId)
EC2SecurityGroupNameパラメータで指定された
EC2セキュリティグループの所有者のAWSアカウント番号。
AWSアクセスキーIDが許容値ではありません。
VPC DBセキュリティグループについては、
EC2SecurityGroupIdを提供する必要があります。
それ以外の場合、EC2SecurityGroupOwnerIdEC2SecurityGroupName
またはEC2SecurityGroupIdのどちらかを指定する必要があります。eC2SecurityGroupOwnerId - EC2SecurityGroupNameパラメータで指定された
EC2セキュリティグループの所有者のAWSアカウント番号。
AWSアクセスキーIDが許容値ではありません。
VPC DBセキュリティグループについては、
EC2SecurityGroupIdを提供する必要があります。
それ以外の場合、EC2SecurityGroupOwnerIdEC2SecurityGroupName
またはEC2SecurityGroupIdのどちらかを指定する必要があります。public RevokeDBSecurityGroupIngressRequest withEC2SecurityGroupOwnerId(java.lang.String eC2SecurityGroupOwnerId)
EC2SecurityGroupNameパラメータで指定された
EC2セキュリティグループの所有者のAWSアカウント番号。
AWSアクセスキーIDが許容値ではありません。
VPC DBセキュリティグループについては、
EC2SecurityGroupIdを提供する必要があります。
それ以外の場合、EC2SecurityGroupOwnerIdEC2SecurityGroupName
またはEC2SecurityGroupIdのどちらかを指定する必要があります。
このオブジェクトへの参照を返すためのメソッド呼び出しを連結することができます。
eC2SecurityGroupOwnerId - EC2SecurityGroupNameパラメータで指定された
EC2セキュリティグループの所有者のAWSアカウント番号。
AWSアクセスキーIDが許容値ではありません。
VPC DBセキュリティグループについては、
EC2SecurityGroupIdを提供する必要があります。
それ以外の場合、EC2SecurityGroupOwnerIdEC2SecurityGroupName
またはEC2SecurityGroupIdのどちらかを指定する必要があります。public java.lang.String toString()
toString クラス内 java.lang.ObjectObject.toString()public int hashCode()
hashCode クラス内 java.lang.Objectpublic boolean equals(java.lang.Object obj)
equals クラス内 java.lang.Object