| Package | Description |
|---|---|
| software.amazon.awssdk.services.redshift.model |
| Modifier and Type | Method and Description |
|---|---|
static ClusterSecurityGroup.Builder |
ClusterSecurityGroup.builder() |
ClusterSecurityGroup.Builder |
ClusterSecurityGroup.Builder.clusterSecurityGroupName(String clusterSecurityGroupName)
The name of the cluster security group to which the operation was applied.
|
ClusterSecurityGroup.Builder |
ClusterSecurityGroup.Builder.description(String description)
A description of the security group.
|
ClusterSecurityGroup.Builder |
ClusterSecurityGroup.Builder.ec2SecurityGroups(Collection<EC2SecurityGroup> ec2SecurityGroups)
A list of EC2 security groups that are permitted to access clusters associated with this cluster security
group.
|
ClusterSecurityGroup.Builder |
ClusterSecurityGroup.Builder.ec2SecurityGroups(Consumer<EC2SecurityGroup.Builder>... ec2SecurityGroups)
A list of EC2 security groups that are permitted to access clusters associated with this cluster security
group.
|
ClusterSecurityGroup.Builder |
ClusterSecurityGroup.Builder.ec2SecurityGroups(EC2SecurityGroup... ec2SecurityGroups)
A list of EC2 security groups that are permitted to access clusters associated with this cluster security
group.
|
ClusterSecurityGroup.Builder |
ClusterSecurityGroup.Builder.ipRanges(Collection<IPRange> ipRanges)
A list of IP ranges (CIDR blocks) that are permitted to access clusters associated with this cluster security
group.
|
ClusterSecurityGroup.Builder |
ClusterSecurityGroup.Builder.ipRanges(Consumer<IPRange.Builder>... ipRanges)
A list of IP ranges (CIDR blocks) that are permitted to access clusters associated with this cluster security
group.
|
ClusterSecurityGroup.Builder |
ClusterSecurityGroup.Builder.ipRanges(IPRange... ipRanges)
A list of IP ranges (CIDR blocks) that are permitted to access clusters associated with this cluster security
group.
|
ClusterSecurityGroup.Builder |
ClusterSecurityGroup.Builder.tags(Collection<Tag> tags)
The list of tags for the cluster security group.
|
ClusterSecurityGroup.Builder |
ClusterSecurityGroup.Builder.tags(Consumer<Tag.Builder>... tags)
The list of tags for the cluster security group.
|
ClusterSecurityGroup.Builder |
ClusterSecurityGroup.Builder.tags(Tag... tags)
The list of tags for the cluster security group.
|
ClusterSecurityGroup.Builder |
ClusterSecurityGroup.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends ClusterSecurityGroup.Builder> |
ClusterSecurityGroup.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default AuthorizeClusterSecurityGroupIngressResponse.Builder |
AuthorizeClusterSecurityGroupIngressResponse.Builder.clusterSecurityGroup(Consumer<ClusterSecurityGroup.Builder> clusterSecurityGroup)
Sets the value of the ClusterSecurityGroup property for this object.
|
default RevokeClusterSecurityGroupIngressResponse.Builder |
RevokeClusterSecurityGroupIngressResponse.Builder.clusterSecurityGroup(Consumer<ClusterSecurityGroup.Builder> clusterSecurityGroup)
Sets the value of the ClusterSecurityGroup property for this object.
|
default CreateClusterSecurityGroupResponse.Builder |
CreateClusterSecurityGroupResponse.Builder.clusterSecurityGroup(Consumer<ClusterSecurityGroup.Builder> clusterSecurityGroup)
Sets the value of the ClusterSecurityGroup property for this object.
|
Copyright © 2020. All rights reserved.