static CreateEndpointAccessRequest.Builder |
CreateEndpointAccessRequest.builder() |
|
CreateEndpointAccessRequest.Builder |
CreateEndpointAccessRequest.Builder.endpointName(String endpointName) |
The name of the VPC endpoint.
|
CreateEndpointAccessRequest.Builder |
CreateEndpointAccessRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
|
CreateEndpointAccessRequest.Builder |
CreateEndpointAccessRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
|
CreateEndpointAccessRequest.Builder |
CreateEndpointAccessRequest.Builder.ownerAccount(String ownerAccount) |
The owner Amazon Web Services account for the Amazon Redshift Serverless workgroup.
|
CreateEndpointAccessRequest.Builder |
CreateEndpointAccessRequest.Builder.subnetIds(String... subnetIds) |
The unique identifers of subnets from which Amazon Redshift Serverless chooses one to deploy a VPC endpoint.
|
CreateEndpointAccessRequest.Builder |
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 |
CreateEndpointAccessRequest.toBuilder() |
|
CreateEndpointAccessRequest.Builder |
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 |
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 |
CreateEndpointAccessRequest.Builder.workgroupName(String workgroupName) |
The name of the workgroup to associate with the VPC endpoint.
|