public static interface AuthorizeClusterSecurityGroupIngressRequest.Builder extends RedshiftRequest.Builder, SdkPojo, CopyableBuilder<AuthorizeClusterSecurityGroupIngressRequest.Builder,AuthorizeClusterSecurityGroupIngressRequest>
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildAuthorizeClusterSecurityGroupIngressRequest.Builder clusterSecurityGroupName(String clusterSecurityGroupName)
The name of the security group to which the ingress rule is added.
clusterSecurityGroupName - The name of the security group to which the ingress rule is added.AuthorizeClusterSecurityGroupIngressRequest.Builder cidrip(String cidrip)
The IP range to be added the Amazon Redshift security group.
cidrip - The IP range to be added the Amazon Redshift security group.AuthorizeClusterSecurityGroupIngressRequest.Builder ec2SecurityGroupName(String ec2SecurityGroupName)
The EC2 security group to be added the Amazon Redshift security group.
ec2SecurityGroupName - The EC2 security group to be added the Amazon Redshift security group.AuthorizeClusterSecurityGroupIngressRequest.Builder ec2SecurityGroupOwnerId(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
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
AuthorizeClusterSecurityGroupIngressRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderAuthorizeClusterSecurityGroupIngressRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.