Interface DescribeVerifiedAccessInstancesResponse.Builder
- All Superinterfaces:
AwsResponse.Builder
,Buildable
,CopyableBuilder<DescribeVerifiedAccessInstancesResponse.Builder,
,DescribeVerifiedAccessInstancesResponse> Ec2Response.Builder
,SdkBuilder<DescribeVerifiedAccessInstancesResponse.Builder,
,DescribeVerifiedAccessInstancesResponse> SdkPojo
,SdkResponse.Builder
- Enclosing class:
DescribeVerifiedAccessInstancesResponse
public static interface DescribeVerifiedAccessInstancesResponse.Builder
extends Ec2Response.Builder, SdkPojo, CopyableBuilder<DescribeVerifiedAccessInstancesResponse.Builder,DescribeVerifiedAccessInstancesResponse>
-
Method Summary
Modifier and TypeMethodDescriptionThe token to use to retrieve the next page of results.verifiedAccessInstances
(Collection<VerifiedAccessInstance> verifiedAccessInstances) The IDs of the Verified Access instances.verifiedAccessInstances
(Consumer<VerifiedAccessInstance.Builder>... verifiedAccessInstances) The IDs of the Verified Access instances.verifiedAccessInstances
(VerifiedAccessInstance... verifiedAccessInstances) The IDs of the Verified Access instances.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, sdkFields
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
Method Details
-
verifiedAccessInstances
DescribeVerifiedAccessInstancesResponse.Builder verifiedAccessInstances(Collection<VerifiedAccessInstance> verifiedAccessInstances) The IDs of the Verified Access instances.
- Parameters:
verifiedAccessInstances
- The IDs of the Verified Access instances.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
verifiedAccessInstances
DescribeVerifiedAccessInstancesResponse.Builder verifiedAccessInstances(VerifiedAccessInstance... verifiedAccessInstances) The IDs of the Verified Access instances.
- Parameters:
verifiedAccessInstances
- The IDs of the Verified Access instances.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
verifiedAccessInstances
DescribeVerifiedAccessInstancesResponse.Builder verifiedAccessInstances(Consumer<VerifiedAccessInstance.Builder>... verifiedAccessInstances) The IDs of the Verified Access instances.
This is a convenience method that creates an instance of theVerifiedAccessInstance.Builder
avoiding the need to create one manually viaVerifiedAccessInstance.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed toverifiedAccessInstances(List<VerifiedAccessInstance>)
.- Parameters:
verifiedAccessInstances
- a consumer that will call methods onVerifiedAccessInstance.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
null
when there are no more results to return.- Parameters:
nextToken
- The token to use to retrieve the next page of results. This value isnull
when there are no more results to return.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-