Interface DescribeVpcEndpointsResponse.Builder
- All Superinterfaces:
- AwsResponse.Builder,- Buildable,- CopyableBuilder<DescribeVpcEndpointsResponse.Builder,,- DescribeVpcEndpointsResponse> - Ec2Response.Builder,- SdkBuilder<DescribeVpcEndpointsResponse.Builder,,- DescribeVpcEndpointsResponse> - SdkPojo,- SdkResponse.Builder
- Enclosing class:
- DescribeVpcEndpointsResponse
@Mutable
@NotThreadSafe
public static interface DescribeVpcEndpointsResponse.Builder
extends Ec2Response.Builder, SdkPojo, CopyableBuilder<DescribeVpcEndpointsResponse.Builder,DescribeVpcEndpointsResponse> 
- 
Method SummaryModifier and TypeMethodDescriptionThe token to use when requesting the next set of items.vpcEndpoints(Collection<VpcEndpoint> vpcEndpoints) Information about the VPC endpoints.vpcEndpoints(Consumer<VpcEndpoint.Builder>... vpcEndpoints) Information about the VPC endpoints.vpcEndpoints(VpcEndpoint... vpcEndpoints) Information about the VPC endpoints.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuildercopyMethods inherited from interface software.amazon.awssdk.services.ec2.model.Ec2Response.Builderbuild, responseMetadata, responseMetadataMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilderapplyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojoequalsBySdkFields, sdkFieldNameToField, sdkFieldsMethods inherited from interface software.amazon.awssdk.core.SdkResponse.BuildersdkHttpResponse, sdkHttpResponse
- 
Method Details- 
vpcEndpointsInformation about the VPC endpoints. - Parameters:
- vpcEndpoints- Information about the VPC endpoints.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
vpcEndpointsInformation about the VPC endpoints. - Parameters:
- vpcEndpoints- Information about the VPC endpoints.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
vpcEndpointsInformation about the VPC endpoints. This is a convenience method that creates an instance of theVpcEndpoint.Builderavoiding the need to create one manually viaVpcEndpoint.builder().When the Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tovpcEndpoints(List<VpcEndpoint>).- Parameters:
- vpcEndpoints- a consumer that will call methods on- VpcEndpoint.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
- 
nextTokenThe token to use when requesting the next set of items. If there are no additional items to return, the string is empty. - Parameters:
- nextToken- The token to use when requesting the next set of items. If there are no additional items to return, the string is empty.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
 
-