Interface CreateEndpointAccessRequest.Builder
- All Superinterfaces:
- AwsRequest.Builder,- Buildable,- CopyableBuilder<CreateEndpointAccessRequest.Builder,,- CreateEndpointAccessRequest> - RedshiftRequest.Builder,- SdkBuilder<CreateEndpointAccessRequest.Builder,,- CreateEndpointAccessRequest> - SdkPojo,- SdkRequest.Builder
- Enclosing class:
- CreateEndpointAccessRequest
- 
Method SummaryModifier and TypeMethodDescriptionclusterIdentifier(String clusterIdentifier) The cluster identifier of the cluster to access.endpointName(String endpointName) The Redshift-managed VPC endpoint name.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Add an optional request override configuration.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Add an optional request override configuration.resourceOwner(String resourceOwner) The Amazon Web Services account ID of the owner of the cluster.subnetGroupName(String subnetGroupName) The subnet group from which Amazon Redshift chooses the subnet to deploy the endpoint.vpcSecurityGroupIds(String... vpcSecurityGroupIds) The security group that defines the ports, protocols, and sources for inbound traffic that you are authorizing into your endpoint.vpcSecurityGroupIds(Collection<String> vpcSecurityGroupIds) The security group that defines the ports, protocols, and sources for inbound traffic that you are authorizing into your endpoint.Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.BuilderoverrideConfigurationMethods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuildercopyMethods inherited from interface software.amazon.awssdk.services.redshift.model.RedshiftRequest.BuilderbuildMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilderapplyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojoequalsBySdkFields, sdkFieldNameToField, sdkFields
- 
Method Details- 
clusterIdentifierThe cluster identifier of the cluster to access. - Parameters:
- clusterIdentifier- The cluster identifier of the cluster to access.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
resourceOwnerThe 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. - Parameters:
- 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.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
endpointNameThe 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. - Parameters:
- 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. 
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
subnetGroupNameThe subnet group from which Amazon Redshift chooses the subnet to deploy the endpoint. - Parameters:
- subnetGroupName- The subnet group from which Amazon Redshift chooses the subnet to deploy the endpoint.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
vpcSecurityGroupIdsThe security group that defines the ports, protocols, and sources for inbound traffic that you are authorizing into your endpoint. - Parameters:
- vpcSecurityGroupIds- The security group that defines the ports, protocols, and sources for inbound traffic that you are authorizing into your endpoint.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
vpcSecurityGroupIdsThe security group that defines the ports, protocols, and sources for inbound traffic that you are authorizing into your endpoint. - Parameters:
- vpcSecurityGroupIds- The security group that defines the ports, protocols, and sources for inbound traffic that you are authorizing into your endpoint.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
overrideConfigurationCreateEndpointAccessRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Description copied from interface:AwsRequest.BuilderAdd an optional request override configuration.- Specified by:
- overrideConfigurationin interface- AwsRequest.Builder
- Parameters:
- overrideConfiguration- The override configuration.
- Returns:
- This object for method chaining.
 
- 
overrideConfigurationCreateEndpointAccessRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Description copied from interface:AwsRequest.BuilderAdd an optional request override configuration.- Specified by:
- overrideConfigurationin interface- AwsRequest.Builder
- Parameters:
- builderConsumer- A- Consumerto which an empty- AwsRequestOverrideConfiguration.Builderwill be given.
- Returns:
- This object for method chaining.
 
 
-