public static interface CreateEndpointAccessRequest.Builder extends RedshiftServerlessRequest.Builder, SdkPojo, CopyableBuilder<CreateEndpointAccessRequest.Builder,CreateEndpointAccessRequest>
| Modifier and Type | Method and Description |
|---|---|
CreateEndpointAccessRequest.Builder |
endpointName(String endpointName)
The name of the VPC endpoint.
|
CreateEndpointAccessRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
CreateEndpointAccessRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
CreateEndpointAccessRequest.Builder |
subnetIds(Collection<String> subnetIds)
The unique identifers of subnets from which Amazon Redshift Serverless chooses one to deploy a VPC endpoint.
|
CreateEndpointAccessRequest.Builder |
subnetIds(String... subnetIds)
The unique identifers of subnets from which Amazon Redshift Serverless chooses one to deploy a VPC endpoint.
|
CreateEndpointAccessRequest.Builder |
vpcSecurityGroupIds(Collection<String> vpcSecurityGroupIds)
The unique identifiers of 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 unique identifiers of the security group that defines the ports, protocols, and sources for inbound
traffic that you are authorizing into your endpoint.
|
CreateEndpointAccessRequest.Builder |
workgroupName(String workgroupName)
The name of the workgroup to associate with the VPC endpoint.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildCreateEndpointAccessRequest.Builder endpointName(String endpointName)
The name of the VPC endpoint. 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 name of the VPC endpoint. 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 subnetIds(Collection<String> subnetIds)
The unique identifers of subnets from which Amazon Redshift Serverless chooses one to deploy a VPC endpoint.
subnetIds - The unique identifers of subnets from which Amazon Redshift Serverless chooses one to deploy a VPC
endpoint.CreateEndpointAccessRequest.Builder subnetIds(String... subnetIds)
The unique identifers of subnets from which Amazon Redshift Serverless chooses one to deploy a VPC endpoint.
subnetIds - The unique identifers of subnets from which Amazon Redshift Serverless chooses one to deploy a VPC
endpoint.CreateEndpointAccessRequest.Builder vpcSecurityGroupIds(Collection<String> vpcSecurityGroupIds)
The unique identifiers of the security group that defines the ports, protocols, and sources for inbound traffic that you are authorizing into your endpoint.
vpcSecurityGroupIds - The unique identifiers of 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 unique identifiers of the security group that defines the ports, protocols, and sources for inbound traffic that you are authorizing into your endpoint.
vpcSecurityGroupIds - The unique identifiers of the security group that defines the ports, protocols, and sources for
inbound traffic that you are authorizing into your endpoint.CreateEndpointAccessRequest.Builder workgroupName(String workgroupName)
The name of the workgroup to associate with the VPC endpoint.
workgroupName - The name of the workgroup to associate with the VPC 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.