Interface ListVpcEndpointAccessResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder
,Buildable
,CopyableBuilder<ListVpcEndpointAccessResponse.Builder,ListVpcEndpointAccessResponse>
,ElasticsearchResponse.Builder
,SdkBuilder<ListVpcEndpointAccessResponse.Builder,ListVpcEndpointAccessResponse>
,SdkPojo
,SdkResponse.Builder
- Enclosing class:
- ListVpcEndpointAccessResponse
public static interface ListVpcEndpointAccessResponse.Builder extends ElasticsearchResponse.Builder, SdkPojo, CopyableBuilder<ListVpcEndpointAccessResponse.Builder,ListVpcEndpointAccessResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ListVpcEndpointAccessResponse.Builder
authorizedPrincipalList(Collection<AuthorizedPrincipal> authorizedPrincipalList)
List ofAuthorizedPrincipal
describing the details of the permissions to manage VPC endpoints against the specified domain.ListVpcEndpointAccessResponse.Builder
authorizedPrincipalList(Consumer<AuthorizedPrincipal.Builder>... authorizedPrincipalList)
List ofAuthorizedPrincipal
describing the details of the permissions to manage VPC endpoints against the specified domain.ListVpcEndpointAccessResponse.Builder
authorizedPrincipalList(AuthorizedPrincipal... authorizedPrincipalList)
List ofAuthorizedPrincipal
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.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.services.elasticsearch.model.ElasticsearchResponse.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, sdkFields
-
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
-
-
-
Method Detail
-
authorizedPrincipalList
ListVpcEndpointAccessResponse.Builder authorizedPrincipalList(Collection<AuthorizedPrincipal> authorizedPrincipalList)
List of
AuthorizedPrincipal
describing the details of the permissions to manage VPC endpoints against the specified domain.- Parameters:
authorizedPrincipalList
- List ofAuthorizedPrincipal
describing the details of the permissions to manage VPC endpoints against the specified domain.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
authorizedPrincipalList
ListVpcEndpointAccessResponse.Builder authorizedPrincipalList(AuthorizedPrincipal... authorizedPrincipalList)
List of
AuthorizedPrincipal
describing the details of the permissions to manage VPC endpoints against the specified domain.- Parameters:
authorizedPrincipalList
- List ofAuthorizedPrincipal
describing the details of the permissions to manage VPC endpoints against the specified domain.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
authorizedPrincipalList
ListVpcEndpointAccessResponse.Builder authorizedPrincipalList(Consumer<AuthorizedPrincipal.Builder>... authorizedPrincipalList)
List of
This is a convenience method that creates an instance of theAuthorizedPrincipal
describing the details of the permissions to manage VPC endpoints against the specified domain.AuthorizedPrincipal.Builder
avoiding the need to create one manually viaAuthorizedPrincipal.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed to#authorizedPrincipalList(List
.) - Parameters:
authorizedPrincipalList
- 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:
#authorizedPrincipalList(java.util.Collection
)
-
nextToken
ListVpcEndpointAccessResponse.Builder nextToken(String nextToken)
Provides an identifier to allow retrieval of paginated results.
- Parameters:
nextToken
- Provides an identifier to allow retrieval of paginated results.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-