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, responseMetadata
sdkHttpResponse, sdkHttpResponse
copy
applyMutation, build
DescribeVpcEndpointServicePermissionsResponse.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 that creates an instance of theList.Builder
avoiding the
need to create one manually via List#builder()
.
When the Consumer
completes, List.Builder#build()
is called immediately and
its result is passed to #allowedPrincipals(List)
.allowedPrincipals
- a consumer that will call methods on List.Builder
#allowedPrincipals(List)
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 © 2017 Amazon Web Services, Inc. All Rights Reserved.