public static interface AuthorizeEndpointAccessRequest.Builder extends RedshiftRequest.Builder, SdkPojo, CopyableBuilder<AuthorizeEndpointAccessRequest.Builder,AuthorizeEndpointAccessRequest>
| Modifier and Type | Method and Description |
|---|---|
AuthorizeEndpointAccessRequest.Builder |
account(String account)
The Amazon Web Services account ID to grant access to.
|
AuthorizeEndpointAccessRequest.Builder |
clusterIdentifier(String clusterIdentifier)
The cluster identifier of the cluster to grant access to.
|
AuthorizeEndpointAccessRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
AuthorizeEndpointAccessRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
AuthorizeEndpointAccessRequest.Builder |
vpcIds(Collection<String> vpcIds)
The virtual private cloud (VPC) identifiers to grant access to.
|
AuthorizeEndpointAccessRequest.Builder |
vpcIds(String... vpcIds)
The virtual private cloud (VPC) identifiers to grant access to.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildAuthorizeEndpointAccessRequest.Builder clusterIdentifier(String clusterIdentifier)
The cluster identifier of the cluster to grant access to.
clusterIdentifier - The cluster identifier of the cluster to grant access to.AuthorizeEndpointAccessRequest.Builder account(String account)
The Amazon Web Services account ID to grant access to.
account - The Amazon Web Services account ID to grant access to.AuthorizeEndpointAccessRequest.Builder vpcIds(Collection<String> vpcIds)
The virtual private cloud (VPC) identifiers to grant access to.
vpcIds - The virtual private cloud (VPC) identifiers to grant access to.AuthorizeEndpointAccessRequest.Builder vpcIds(String... vpcIds)
The virtual private cloud (VPC) identifiers to grant access to.
vpcIds - The virtual private cloud (VPC) identifiers to grant access to.AuthorizeEndpointAccessRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderAuthorizeEndpointAccessRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2022. All rights reserved.