public static interface ListVpcEndpointAccessResponse.Builder extends OpenSearchResponse.Builder, SdkPojo, CopyableBuilder<ListVpcEndpointAccessResponse.Builder,ListVpcEndpointAccessResponse>
| Modifier and Type | Method and Description |
|---|---|
ListVpcEndpointAccessResponse.Builder |
authorizedPrincipalList(AuthorizedPrincipal... authorizedPrincipalList)
A list of IAM
principals that can currently access the domain.
|
ListVpcEndpointAccessResponse.Builder |
authorizedPrincipalList(Collection<AuthorizedPrincipal> authorizedPrincipalList)
A list of IAM
principals that can currently access the domain.
|
ListVpcEndpointAccessResponse.Builder |
authorizedPrincipalList(Consumer<AuthorizedPrincipal.Builder>... authorizedPrincipalList)
A list of IAM
principals that can currently access the domain.
|
ListVpcEndpointAccessResponse.Builder |
nextToken(String nextToken)
When
nextToken is returned, there are more results available. |
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildListVpcEndpointAccessResponse.Builder authorizedPrincipalList(Collection<AuthorizedPrincipal> authorizedPrincipalList)
A list of IAM principals that can currently access the domain.
authorizedPrincipalList - A list of IAM
principals that can currently access the domain.ListVpcEndpointAccessResponse.Builder authorizedPrincipalList(AuthorizedPrincipal... authorizedPrincipalList)
A list of IAM principals that can currently access the domain.
authorizedPrincipalList - A list of IAM
principals that can currently access the domain.ListVpcEndpointAccessResponse.Builder authorizedPrincipalList(Consumer<AuthorizedPrincipal.Builder>... authorizedPrincipalList)
A list of IAM principals that can currently access the domain.
This is a convenience method that creates an instance of theAuthorizedPrincipal.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)
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.