public static interface AuthorizeClusterSecurityGroupIngressRequest.Builder extends RedshiftRequest.Builder, CopyableBuilder<AuthorizeClusterSecurityGroupIngressRequest.Builder,AuthorizeClusterSecurityGroupIngressRequest>
| Modifier and Type | Method and 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.
|
AuthorizeClusterSecurityGroupIngressRequest.Builder |
requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
Add an optional request override configuration.
|
AuthorizeClusterSecurityGroupIngressRequest.Builder |
requestOverrideConfig(Consumer<AwsRequestOverrideConfig.Builder> builderConsumer)
Add an optional request override configuration.
|
buildrequestOverrideConfigcopyapply, 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 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
AuthorizeClusterSecurityGroupIngressRequest.Builder requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
AwsRequest.BuilderrequestOverrideConfig in interface AwsRequest.BuilderawsRequestOverrideConfig - The override configuration.AuthorizeClusterSecurityGroupIngressRequest.Builder requestOverrideConfig(Consumer<AwsRequestOverrideConfig.Builder> builderConsumer)
AwsRequest.BuilderrequestOverrideConfig in interface AwsRequest.BuilderbuilderConsumer - A Consumer to which an empty AwsRequestOverrideConfig.Builder will be given.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.