Interface DescribeVerifiedAccessEndpointsResponse.Builder
- All Superinterfaces:
 AwsResponse.Builder,Buildable,CopyableBuilder<DescribeVerifiedAccessEndpointsResponse.Builder,,DescribeVerifiedAccessEndpointsResponse> Ec2Response.Builder,SdkBuilder<DescribeVerifiedAccessEndpointsResponse.Builder,,DescribeVerifiedAccessEndpointsResponse> SdkPojo,SdkResponse.Builder
- Enclosing class:
 DescribeVerifiedAccessEndpointsResponse
public static interface DescribeVerifiedAccessEndpointsResponse.Builder
extends Ec2Response.Builder, SdkPojo, CopyableBuilder<DescribeVerifiedAccessEndpointsResponse.Builder,DescribeVerifiedAccessEndpointsResponse> 
- 
Method Summary
Modifier and TypeMethodDescriptionThe token to use to retrieve the next page of results.verifiedAccessEndpoints(Collection<VerifiedAccessEndpoint> verifiedAccessEndpoints) The ID of the Verified Access endpoint.verifiedAccessEndpoints(Consumer<VerifiedAccessEndpoint.Builder>... verifiedAccessEndpoints) The ID of the Verified Access endpoint.verifiedAccessEndpoints(VerifiedAccessEndpoint... verifiedAccessEndpoints) The ID of the Verified Access endpoint.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.services.ec2.model.Ec2Response.Builder
build, responseMetadata, responseMetadataMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldsMethods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse 
- 
Method Details
- 
verifiedAccessEndpoints
DescribeVerifiedAccessEndpointsResponse.Builder verifiedAccessEndpoints(Collection<VerifiedAccessEndpoint> verifiedAccessEndpoints) The ID of the Verified Access endpoint.
- Parameters:
 verifiedAccessEndpoints- The ID of the Verified Access endpoint.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
verifiedAccessEndpoints
DescribeVerifiedAccessEndpointsResponse.Builder verifiedAccessEndpoints(VerifiedAccessEndpoint... verifiedAccessEndpoints) The ID of the Verified Access endpoint.
- Parameters:
 verifiedAccessEndpoints- The ID of the Verified Access endpoint.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
verifiedAccessEndpoints
DescribeVerifiedAccessEndpointsResponse.Builder verifiedAccessEndpoints(Consumer<VerifiedAccessEndpoint.Builder>... verifiedAccessEndpoints) The ID of the Verified Access endpoint.
This is a convenience method that creates an instance of theVerifiedAccessEndpoint.Builderavoiding the need to create one manually viaVerifiedAccessEndpoint.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed toverifiedAccessEndpoints(List<VerifiedAccessEndpoint>).- Parameters:
 verifiedAccessEndpoints- a consumer that will call methods onVerifiedAccessEndpoint.Builder- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 - See Also:
 
 - 
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.
 
 
 -