public static interface ListEndpointAccessResponse.Builder extends RedshiftServerlessResponse.Builder, SdkPojo, CopyableBuilder<ListEndpointAccessResponse.Builder,ListEndpointAccessResponse>
| Modifier and Type | Method and Description |
|---|---|
ListEndpointAccessResponse.Builder |
endpoints(Collection<EndpointAccess> endpoints)
The returned VPC endpoints.
|
ListEndpointAccessResponse.Builder |
endpoints(Consumer<EndpointAccess.Builder>... endpoints)
The returned VPC endpoints.
|
ListEndpointAccessResponse.Builder |
endpoints(EndpointAccess... endpoints)
The returned VPC endpoints.
|
ListEndpointAccessResponse.Builder |
nextToken(String nextToken)
When
nextToken is returned, there are more results available. |
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildListEndpointAccessResponse.Builder endpoints(Collection<EndpointAccess> endpoints)
The returned VPC endpoints.
endpoints - The returned VPC endpoints.ListEndpointAccessResponse.Builder endpoints(EndpointAccess... endpoints)
The returned VPC endpoints.
endpoints - The returned VPC endpoints.ListEndpointAccessResponse.Builder endpoints(Consumer<EndpointAccess.Builder>... endpoints)
The returned VPC endpoints.
This is a convenience method that creates an instance of theEndpointAccess.Builder avoiding the need to
create one manually via
EndpointAccess.builder().
When the Consumer completes,
SdkBuilder.build() is called
immediately and its result is passed to #endpoints(List.
endpoints - a consumer that will call methods on
EndpointAccess.Builder#endpoints(java.util.Collection) ListEndpointAccessResponse.Builder nextToken(String nextToken)
When nextToken is returned, there are more results available. The value of
nextToken is a unique pagination token for each page. Make the call again using the returned
token to retrieve the next page.
nextToken - When nextToken is returned, there are more results available. The value of
nextToken is a unique pagination token for each page. Make the call again using the
returned token to retrieve the next page.Copyright © 2022. All rights reserved.