Interface AuthorizeVpcEndpointAccessResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<AuthorizeVpcEndpointAccessResponse.Builder,AuthorizeVpcEndpointAccessResponse>,OpenSearchResponse.Builder,SdkBuilder<AuthorizeVpcEndpointAccessResponse.Builder,AuthorizeVpcEndpointAccessResponse>,SdkPojo,SdkResponse.Builder
- Enclosing class:
- AuthorizeVpcEndpointAccessResponse
public static interface AuthorizeVpcEndpointAccessResponse.Builder extends OpenSearchResponse.Builder, SdkPojo, CopyableBuilder<AuthorizeVpcEndpointAccessResponse.Builder,AuthorizeVpcEndpointAccessResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description default AuthorizeVpcEndpointAccessResponse.BuilderauthorizedPrincipal(Consumer<AuthorizedPrincipal.Builder> authorizedPrincipal)Information about the Amazon Web Services account or service that was provided access to the domain.AuthorizeVpcEndpointAccessResponse.BuilderauthorizedPrincipal(AuthorizedPrincipal authorizedPrincipal)Information about the Amazon Web Services account or service that was provided access to the domain.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.services.opensearch.model.OpenSearchResponse.Builder
build, responseMetadata, responseMetadata
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
-
-
-
Method Detail
-
authorizedPrincipal
AuthorizeVpcEndpointAccessResponse.Builder authorizedPrincipal(AuthorizedPrincipal authorizedPrincipal)
Information about the Amazon Web Services account or service that was provided access to the domain.
- Parameters:
authorizedPrincipal- Information about the Amazon Web Services account or service that was provided access to the domain.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
authorizedPrincipal
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.Builderavoiding the need to create one manually viaAuthorizedPrincipal.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed toauthorizedPrincipal(AuthorizedPrincipal).- Parameters:
authorizedPrincipal- a consumer that will call methods onAuthorizedPrincipal.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
authorizedPrincipal(AuthorizedPrincipal)
-
-