public static interface CreateEndpointAccessRequest.Builder extends RedshiftRequest.Builder, SdkPojo, CopyableBuilder<CreateEndpointAccessRequest.Builder,CreateEndpointAccessRequest>
| Modifier and Type | Method and Description |
|---|---|
CreateEndpointAccessRequest.Builder |
clusterIdentifier(String clusterIdentifier)
The cluster identifier of the cluster to access.
|
CreateEndpointAccessRequest.Builder |
endpointName(String endpointName)
The Redshift-managed VPC endpoint name.
|
CreateEndpointAccessRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
CreateEndpointAccessRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
CreateEndpointAccessRequest.Builder |
resourceOwner(String resourceOwner)
The Amazon Web Services account ID of the owner of the cluster.
|
CreateEndpointAccessRequest.Builder |
subnetGroupName(String subnetGroupName)
The subnet group from which Amazon Redshift chooses the subnet to deploy the endpoint.
|
CreateEndpointAccessRequest.Builder |
vpcSecurityGroupIds(Collection<String> vpcSecurityGroupIds)
The security group that defines the ports, protocols, and sources for inbound traffic that you are
authorizing into your endpoint.
|
CreateEndpointAccessRequest.Builder |
vpcSecurityGroupIds(String... vpcSecurityGroupIds)
The security group that defines the ports, protocols, and sources for inbound traffic that you are
authorizing into your endpoint.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildCreateEndpointAccessRequest.Builder clusterIdentifier(String clusterIdentifier)
The cluster identifier of the cluster to access.
clusterIdentifier - The cluster identifier of the cluster to access.CreateEndpointAccessRequest.Builder resourceOwner(String resourceOwner)
The Amazon Web Services account ID of the owner of the cluster. This is only required if the cluster is in another Amazon Web Services account.
resourceOwner - The Amazon Web Services account ID of the owner of the cluster. This is only required if the cluster
is in another Amazon Web Services account.CreateEndpointAccessRequest.Builder endpointName(String endpointName)
The Redshift-managed VPC endpoint name.
An endpoint name must contain 1-30 characters. Valid characters are A-Z, a-z, 0-9, and hyphen(-). The first character must be a letter. The name can't contain two consecutive hyphens or end with a hyphen.
endpointName - The Redshift-managed VPC endpoint name.
An endpoint name must contain 1-30 characters. Valid characters are A-Z, a-z, 0-9, and hyphen(-). The first character must be a letter. The name can't contain two consecutive hyphens or end with a hyphen.
CreateEndpointAccessRequest.Builder subnetGroupName(String subnetGroupName)
The subnet group from which Amazon Redshift chooses the subnet to deploy the endpoint.
subnetGroupName - The subnet group from which Amazon Redshift chooses the subnet to deploy the endpoint.CreateEndpointAccessRequest.Builder vpcSecurityGroupIds(Collection<String> vpcSecurityGroupIds)
The security group that defines the ports, protocols, and sources for inbound traffic that you are authorizing into your endpoint.
vpcSecurityGroupIds - The security group that defines the ports, protocols, and sources for inbound traffic that you are
authorizing into your endpoint.CreateEndpointAccessRequest.Builder vpcSecurityGroupIds(String... vpcSecurityGroupIds)
The security group that defines the ports, protocols, and sources for inbound traffic that you are authorizing into your endpoint.
vpcSecurityGroupIds - The security group that defines the ports, protocols, and sources for inbound traffic that you are
authorizing into your endpoint.CreateEndpointAccessRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderCreateEndpointAccessRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.