@Generated(value="software.amazon.awssdk:codegen") public final class AuthorizeClusterSecurityGroupIngressRequest extends RedshiftRequest implements ToCopyableBuilder<AuthorizeClusterSecurityGroupIngressRequest.Builder,AuthorizeClusterSecurityGroupIngressRequest>
| Modifier and Type | Class and Description |
|---|---|
static interface |
AuthorizeClusterSecurityGroupIngressRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
static AuthorizeClusterSecurityGroupIngressRequest.Builder |
builder() |
String |
cidrip()
The IP range to be added the Amazon Redshift security group.
|
String |
clusterSecurityGroupName()
The name of the security group to which the ingress rule is added.
|
String |
ec2SecurityGroupName()
The EC2 security group to be added the Amazon Redshift security group.
|
String |
ec2SecurityGroupOwnerId()
The Amazon Web Services account number of the owner of the security group specified by 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 AuthorizeClusterSecurityGroupIngressRequest.Builder> |
serializableBuilderClass() |
AuthorizeClusterSecurityGroupIngressRequest.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
overrideConfigurationclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String clusterSecurityGroupName()
The name of the security group to which the ingress rule is added.
public final String cidrip()
The IP range to be added the Amazon Redshift security group.
public final String ec2SecurityGroupName()
The EC2 security group to be added the Amazon Redshift security group.
public final String ec2SecurityGroupOwnerId()
The Amazon Web Services account number of the owner of the security group specified by the EC2SecurityGroupName parameter. The Amazon Web Services Access Key ID is not an acceptable value.
Example: 111122223333
Example: 111122223333
public AuthorizeClusterSecurityGroupIngressRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<AuthorizeClusterSecurityGroupIngressRequest.Builder,AuthorizeClusterSecurityGroupIngressRequest>toBuilder in class RedshiftRequestpublic static AuthorizeClusterSecurityGroupIngressRequest.Builder builder()
public static Class<? extends AuthorizeClusterSecurityGroupIngressRequest.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 © 2023. All rights reserved.