Interface DescribeVpcEndpointServicePermissionsResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<DescribeVpcEndpointServicePermissionsResponse.Builder,DescribeVpcEndpointServicePermissionsResponse>,Ec2Response.Builder,SdkBuilder<DescribeVpcEndpointServicePermissionsResponse.Builder,DescribeVpcEndpointServicePermissionsResponse>,SdkPojo,SdkResponse.Builder
- Enclosing class:
- DescribeVpcEndpointServicePermissionsResponse
public static interface DescribeVpcEndpointServicePermissionsResponse.Builder extends Ec2Response.Builder, SdkPojo, CopyableBuilder<DescribeVpcEndpointServicePermissionsResponse.Builder,DescribeVpcEndpointServicePermissionsResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DescribeVpcEndpointServicePermissionsResponse.BuilderallowedPrincipals(Collection<AllowedPrincipal> allowedPrincipals)Information about the allowed principals.DescribeVpcEndpointServicePermissionsResponse.BuilderallowedPrincipals(Consumer<AllowedPrincipal.Builder>... allowedPrincipals)Information about the allowed principals.DescribeVpcEndpointServicePermissionsResponse.BuilderallowedPrincipals(AllowedPrincipal... allowedPrincipals)Information about the allowed principals.DescribeVpcEndpointServicePermissionsResponse.BuildernextToken(String nextToken)The token to use to retrieve the next page of results.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.services.ec2.model.Ec2Response.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
-
allowedPrincipals
DescribeVpcEndpointServicePermissionsResponse.Builder allowedPrincipals(Collection<AllowedPrincipal> allowedPrincipals)
Information about the allowed principals.
- Parameters:
allowedPrincipals- Information about the allowed principals.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
allowedPrincipals
DescribeVpcEndpointServicePermissionsResponse.Builder allowedPrincipals(AllowedPrincipal... allowedPrincipals)
Information about the allowed principals.
- Parameters:
allowedPrincipals- Information about the allowed principals.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
allowedPrincipals
DescribeVpcEndpointServicePermissionsResponse.Builder allowedPrincipals(Consumer<AllowedPrincipal.Builder>... allowedPrincipals)
Information about the allowed principals.
This is a convenience method that creates an instance of theAllowedPrincipal.Builderavoiding the need to create one manually viaAllowedPrincipal.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed to#allowedPrincipals(List.) - Parameters:
allowedPrincipals- a consumer that will call methods onAllowedPrincipal.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
#allowedPrincipals(java.util.Collection)
-
nextToken
DescribeVpcEndpointServicePermissionsResponse.Builder nextToken(String nextToken)
The token to use to retrieve the next page of results. This value is
nullwhen there are no more results to return.- Parameters:
nextToken- The token to use to retrieve the next page of results. This value isnullwhen there are no more results to return.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-