public static interface DescribeVpcEndpointServicePermissionsResponse.Builder extends Ec2Response.Builder, SdkPojo, CopyableBuilder<DescribeVpcEndpointServicePermissionsResponse.Builder,DescribeVpcEndpointServicePermissionsResponse>
| Modifier and Type | Method and Description |
|---|---|
DescribeVpcEndpointServicePermissionsResponse.Builder |
allowedPrincipals(AllowedPrincipal... allowedPrincipals)
Information about one or more allowed principals.
|
DescribeVpcEndpointServicePermissionsResponse.Builder |
allowedPrincipals(Collection<AllowedPrincipal> allowedPrincipals)
Information about one or more allowed principals.
|
DescribeVpcEndpointServicePermissionsResponse.Builder |
allowedPrincipals(Consumer<AllowedPrincipal.Builder>... allowedPrincipals)
Information about one or more allowed principals.
|
DescribeVpcEndpointServicePermissionsResponse.Builder |
nextToken(String nextToken)
The token to use to retrieve the next page of results.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildDescribeVpcEndpointServicePermissionsResponse.Builder allowedPrincipals(Collection<AllowedPrincipal> allowedPrincipals)
Information about one or more allowed principals.
allowedPrincipals - Information about one or more allowed principals.DescribeVpcEndpointServicePermissionsResponse.Builder allowedPrincipals(AllowedPrincipal... allowedPrincipals)
Information about one or more allowed principals.
allowedPrincipals - Information about one or more allowed principals.DescribeVpcEndpointServicePermissionsResponse.Builder allowedPrincipals(Consumer<AllowedPrincipal.Builder>... allowedPrincipals)
Information about one or more allowed principals.
This is a convenience method that creates an instance of theAllowedPrincipal.Builder avoiding the need to create one
manually via AllowedPrincipal.builder().
When the Consumer completes,
SdkBuilder.build() is called immediately and
its result is passed to #allowedPrincipals(List.
allowedPrincipals - a consumer that will call methods on
AllowedPrincipal.Builder#allowedPrincipals(java.util.Collection) DescribeVpcEndpointServicePermissionsResponse.Builder nextToken(String nextToken)
The token to use to retrieve the next page of results. This value is null when there are no more
results to return.
nextToken - The token to use to retrieve the next page of results. This value is null when there are
no more results to return.Copyright © 2023. All rights reserved.