public static interface DescribeInstanceStatusResponse.Builder extends Ec2Response.Builder, SdkPojo, CopyableBuilder<DescribeInstanceStatusResponse.Builder,DescribeInstanceStatusResponse>
| Modifier and Type | Method and Description |
|---|---|
DescribeInstanceStatusResponse.Builder |
instanceStatuses(Collection<InstanceStatus> instanceStatuses)
Information about the status of the instances.
|
DescribeInstanceStatusResponse.Builder |
instanceStatuses(Consumer<InstanceStatus.Builder>... instanceStatuses)
Information about the status of the instances.
|
DescribeInstanceStatusResponse.Builder |
instanceStatuses(InstanceStatus... instanceStatuses)
Information about the status of the instances.
|
DescribeInstanceStatusResponse.Builder |
nextToken(String nextToken)
The token to include in another request to get the next page of items.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildDescribeInstanceStatusResponse.Builder instanceStatuses(Collection<InstanceStatus> instanceStatuses)
Information about the status of the instances.
instanceStatuses - Information about the status of the instances.DescribeInstanceStatusResponse.Builder instanceStatuses(InstanceStatus... instanceStatuses)
Information about the status of the instances.
instanceStatuses - Information about the status of the instances.DescribeInstanceStatusResponse.Builder instanceStatuses(Consumer<InstanceStatus.Builder>... instanceStatuses)
Information about the status of the instances.
This is a convenience method that creates an instance of theInstanceStatus.Builder avoiding the need to create one
manually via InstanceStatus.builder().
When the Consumer completes,
SdkBuilder.build() is called immediately and
its result is passed to #instanceStatuses(List.
instanceStatuses - a consumer that will call methods on
InstanceStatus.Builder#instanceStatuses(java.util.Collection) DescribeInstanceStatusResponse.Builder nextToken(String nextToken)
The token to include in another request to get the next page of items. This value is null when
there are no more items to return.
nextToken - The token to include in another request to get the next page of items. This value is null
when there are no more items to return.Copyright © 2023. All rights reserved.