public static interface ListEndpointAccessRequest.Builder extends RedshiftServerlessRequest.Builder, SdkPojo, CopyableBuilder<ListEndpointAccessRequest.Builder,ListEndpointAccessRequest>
| Modifier and Type | Method and Description |
|---|---|
ListEndpointAccessRequest.Builder |
maxResults(Integer maxResults)
An optional parameter that specifies the maximum number of results to return.
|
ListEndpointAccessRequest.Builder |
nextToken(String nextToken)
If your initial
ListEndpointAccess operation returns a nextToken, you can include
the returned nextToken in following ListEndpointAccess operations, which returns
results in the next page. |
ListEndpointAccessRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
ListEndpointAccessRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
ListEndpointAccessRequest.Builder |
vpcId(String vpcId)
The unique identifier of the virtual private cloud with access to Amazon Redshift Serverless.
|
ListEndpointAccessRequest.Builder |
workgroupName(String workgroupName)
The name of the workgroup associated with the VPC endpoint to return.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildListEndpointAccessRequest.Builder maxResults(Integer maxResults)
An optional parameter that specifies the maximum number of results to return. You can use
nextToken to display the next page of results.
maxResults - An optional parameter that specifies the maximum number of results to return. You can use
nextToken to display the next page of results.ListEndpointAccessRequest.Builder nextToken(String nextToken)
If your initial ListEndpointAccess operation returns a nextToken, you can include
the returned nextToken in following ListEndpointAccess operations, which returns
results in the next page.
nextToken - If your initial ListEndpointAccess operation returns a nextToken, you can
include the returned nextToken in following ListEndpointAccess operations,
which returns results in the next page.ListEndpointAccessRequest.Builder vpcId(String vpcId)
The unique identifier of the virtual private cloud with access to Amazon Redshift Serverless.
vpcId - The unique identifier of the virtual private cloud with access to Amazon Redshift Serverless.ListEndpointAccessRequest.Builder workgroupName(String workgroupName)
The name of the workgroup associated with the VPC endpoint to return.
workgroupName - The name of the workgroup associated with the VPC endpoint to return.ListEndpointAccessRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderListEndpointAccessRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.