public static interface DescribeScheduledInstanceAvailabilityResponse.Builder extends Ec2Response.Builder, SdkPojo, CopyableBuilder<DescribeScheduledInstanceAvailabilityResponse.Builder,DescribeScheduledInstanceAvailabilityResponse>
Modifier and Type | Method and Description |
---|---|
DescribeScheduledInstanceAvailabilityResponse.Builder |
nextToken(String nextToken)
The token required to retrieve the next set of results.
|
DescribeScheduledInstanceAvailabilityResponse.Builder |
scheduledInstanceAvailabilitySet(Collection<ScheduledInstanceAvailability> scheduledInstanceAvailabilitySet)
Information about the available Scheduled Instances.
|
DescribeScheduledInstanceAvailabilityResponse.Builder |
scheduledInstanceAvailabilitySet(Consumer<ScheduledInstanceAvailability.Builder>... scheduledInstanceAvailabilitySet)
Information about the available Scheduled Instances.
|
DescribeScheduledInstanceAvailabilityResponse.Builder |
scheduledInstanceAvailabilitySet(ScheduledInstanceAvailability... scheduledInstanceAvailabilitySet)
Information about the available Scheduled Instances.
|
build, responseMetadata, responseMetadata
sdkHttpResponse, sdkHttpResponse
equalsBySdkFields, sdkFields
copy
applyMutation, build
DescribeScheduledInstanceAvailabilityResponse.Builder nextToken(String nextToken)
The token required to retrieve the next set of results. This value is null
when there are no
more results to return.
nextToken
- The token required to retrieve the next set of results. This value is null
when there are
no more results to return.DescribeScheduledInstanceAvailabilityResponse.Builder scheduledInstanceAvailabilitySet(Collection<ScheduledInstanceAvailability> scheduledInstanceAvailabilitySet)
Information about the available Scheduled Instances.
scheduledInstanceAvailabilitySet
- Information about the available Scheduled Instances.DescribeScheduledInstanceAvailabilityResponse.Builder scheduledInstanceAvailabilitySet(ScheduledInstanceAvailability... scheduledInstanceAvailabilitySet)
Information about the available Scheduled Instances.
scheduledInstanceAvailabilitySet
- Information about the available Scheduled Instances.DescribeScheduledInstanceAvailabilityResponse.Builder scheduledInstanceAvailabilitySet(Consumer<ScheduledInstanceAvailability.Builder>... scheduledInstanceAvailabilitySet)
Information about the available Scheduled Instances.
This is a convenience method that creates an instance of the.Builder
avoiding the need to create one manually via #builder()
.
When the Consumer
completes, List.Builder#build()
is called
immediately and its result is passed to #scheduledInstanceAvailabilitySet(List)
.scheduledInstanceAvailabilitySet
- a consumer that will call methods on List.Builder
#scheduledInstanceAvailabilitySet(List)
Copyright © 2022. All rights reserved.