public static interface AuthorizeVpcEndpointAccessResponse.Builder extends OpenSearchResponse.Builder, SdkPojo, CopyableBuilder<AuthorizeVpcEndpointAccessResponse.Builder,AuthorizeVpcEndpointAccessResponse>
| Modifier and Type | Method and Description |
|---|---|
AuthorizeVpcEndpointAccessResponse.Builder |
authorizedPrincipal(AuthorizedPrincipal authorizedPrincipal)
Information about the Amazon Web Services account or service that was provided access to the domain.
|
default AuthorizeVpcEndpointAccessResponse.Builder |
authorizedPrincipal(Consumer<AuthorizedPrincipal.Builder> authorizedPrincipal)
Information about the Amazon Web Services account or service that was provided access to the domain.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildAuthorizeVpcEndpointAccessResponse.Builder authorizedPrincipal(AuthorizedPrincipal authorizedPrincipal)
Information about the Amazon Web Services account or service that was provided access to the domain.
authorizedPrincipal - Information about the Amazon Web Services account or service that was provided access to the domain.default AuthorizeVpcEndpointAccessResponse.Builder authorizedPrincipal(Consumer<AuthorizedPrincipal.Builder> authorizedPrincipal)
Information about the Amazon Web Services account or service that was provided access to 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 authorizedPrincipal(AuthorizedPrincipal).
authorizedPrincipal - a consumer that will call methods on AuthorizedPrincipal.BuilderauthorizedPrincipal(AuthorizedPrincipal)Copyright © 2022. All rights reserved.