public static interface DescribeVerifiedAccessInstancesResponse.Builder extends Ec2Response.Builder, SdkPojo, CopyableBuilder<DescribeVerifiedAccessInstancesResponse.Builder,DescribeVerifiedAccessInstancesResponse>
| Modifier and Type | Method and Description |
|---|---|
DescribeVerifiedAccessInstancesResponse.Builder |
nextToken(String nextToken)
The token to use to retrieve the next page of results.
|
DescribeVerifiedAccessInstancesResponse.Builder |
verifiedAccessInstances(Collection<VerifiedAccessInstance> verifiedAccessInstances)
The IDs of the Amazon Web Services Verified Access instances.
|
DescribeVerifiedAccessInstancesResponse.Builder |
verifiedAccessInstances(Consumer<VerifiedAccessInstance.Builder>... verifiedAccessInstances)
The IDs of the Amazon Web Services Verified Access instances.
|
DescribeVerifiedAccessInstancesResponse.Builder |
verifiedAccessInstances(VerifiedAccessInstance... verifiedAccessInstances)
The IDs of the Amazon Web Services Verified Access instances.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildDescribeVerifiedAccessInstancesResponse.Builder verifiedAccessInstances(Collection<VerifiedAccessInstance> verifiedAccessInstances)
The IDs of the Amazon Web Services Verified Access instances.
verifiedAccessInstances - The IDs of the Amazon Web Services Verified Access instances.DescribeVerifiedAccessInstancesResponse.Builder verifiedAccessInstances(VerifiedAccessInstance... verifiedAccessInstances)
The IDs of the Amazon Web Services Verified Access instances.
verifiedAccessInstances - The IDs of the Amazon Web Services Verified Access instances.DescribeVerifiedAccessInstancesResponse.Builder verifiedAccessInstances(Consumer<VerifiedAccessInstance.Builder>... verifiedAccessInstances)
The IDs of the Amazon Web Services Verified Access instances.
This is a convenience method that creates an instance of theVerifiedAccessInstance.Builder avoiding the need to create
one manually via VerifiedAccessInstance.builder().
When the Consumer completes,
SdkBuilder.build() is called
immediately and its result is passed to #verifiedAccessInstances(List.
verifiedAccessInstances - a consumer that will call methods on
VerifiedAccessInstance.Builder#verifiedAccessInstances(java.util.Collection) DescribeVerifiedAccessInstancesResponse.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 © 2023. All rights reserved.