public static interface ListVpcEndpointAccessResponse.Builder extends ElasticsearchResponse.Builder, SdkPojo, CopyableBuilder<ListVpcEndpointAccessResponse.Builder,ListVpcEndpointAccessResponse>
| Modifier and Type | Method and Description |
|---|---|
ListVpcEndpointAccessResponse.Builder |
authorizedPrincipalList(AuthorizedPrincipal... authorizedPrincipalList)
List of
AuthorizedPrincipal describing the details of the permissions to manage VPC endpoints
against the specified domain. |
ListVpcEndpointAccessResponse.Builder |
authorizedPrincipalList(Collection<AuthorizedPrincipal> authorizedPrincipalList)
List of
AuthorizedPrincipal describing the details of the permissions to manage VPC endpoints
against the specified domain. |
ListVpcEndpointAccessResponse.Builder |
authorizedPrincipalList(Consumer<AuthorizedPrincipal.Builder>... authorizedPrincipalList)
List of
AuthorizedPrincipal describing the details of the permissions to manage VPC endpoints
against the specified domain. |
ListVpcEndpointAccessResponse.Builder |
nextToken(String nextToken)
Provides an identifier to allow retrieval of paginated results.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildListVpcEndpointAccessResponse.Builder authorizedPrincipalList(Collection<AuthorizedPrincipal> authorizedPrincipalList)
List of AuthorizedPrincipal describing the details of the permissions to manage VPC endpoints
against the specified domain.
authorizedPrincipalList - List of AuthorizedPrincipal describing the details of the permissions to manage VPC
endpoints against the specified domain.ListVpcEndpointAccessResponse.Builder authorizedPrincipalList(AuthorizedPrincipal... authorizedPrincipalList)
List of AuthorizedPrincipal describing the details of the permissions to manage VPC endpoints
against the specified domain.
authorizedPrincipalList - List of AuthorizedPrincipal describing the details of the permissions to manage VPC
endpoints against the specified domain.ListVpcEndpointAccessResponse.Builder authorizedPrincipalList(Consumer<AuthorizedPrincipal.Builder>... authorizedPrincipalList)
List of AuthorizedPrincipal describing the details of the permissions to manage VPC endpoints
against the specified domain.
AuthorizedPrincipal.Builder avoiding the need to
create one manually via
AuthorizedPrincipal.builder().
When the Consumer completes,
SdkBuilder.build() is called
immediately and its result is passed to #authorizedPrincipalList(List.
authorizedPrincipalList - a consumer that will call methods on
AuthorizedPrincipal.Builder#authorizedPrincipalList(java.util.Collection) ListVpcEndpointAccessResponse.Builder nextToken(String nextToken)
Provides an identifier to allow retrieval of paginated results.
nextToken - Provides an identifier to allow retrieval of paginated results.Copyright © 2023. All rights reserved.