CopyableBuilder<AuthorizeClusterSecurityGroupIngressRequest.Builder,AuthorizeClusterSecurityGroupIngressRequest>
, SdkBuilder<AuthorizeClusterSecurityGroupIngressRequest.Builder,AuthorizeClusterSecurityGroupIngressRequest>
public static interface AuthorizeClusterSecurityGroupIngressRequest.Builder extends CopyableBuilder<AuthorizeClusterSecurityGroupIngressRequest.Builder,AuthorizeClusterSecurityGroupIngressRequest>
Modifier and Type | Method | Description |
---|---|---|
AuthorizeClusterSecurityGroupIngressRequest.Builder |
cidrip(String cidrip) |
The IP range to be added the Amazon Redshift security group.
|
AuthorizeClusterSecurityGroupIngressRequest.Builder |
clusterSecurityGroupName(String clusterSecurityGroupName) |
The name of the security group to which the ingress rule is added.
|
AuthorizeClusterSecurityGroupIngressRequest.Builder |
ec2SecurityGroupName(String ec2SecurityGroupName) |
The EC2 security group to be added the Amazon Redshift security group.
|
AuthorizeClusterSecurityGroupIngressRequest.Builder |
ec2SecurityGroupOwnerId(String ec2SecurityGroupOwnerId) |
The AWS account number of the owner of the security group specified by the EC2SecurityGroupName
parameter.
|
copy
apply, build
AuthorizeClusterSecurityGroupIngressRequest.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 AWS account number of the owner of the security group specified by the EC2SecurityGroupName parameter. The AWS Access Key ID is not an acceptable value.
Example: 111122223333
ec2SecurityGroupOwnerId
- The AWS account number of the owner of the security group specified by the EC2SecurityGroupName
parameter. The AWS Access Key ID is not an acceptable value.
Example: 111122223333
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.