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 theScheduledInstanceAvailability.Builder
avoiding the need to
create one manually via
ScheduledInstanceAvailability.builder()
.
When the Consumer
completes,
SdkBuilder.build()
is called
immediately and its result is passed to #scheduledInstanceAvailabilitySet(List
.
scheduledInstanceAvailabilitySet
- a consumer that will call methods on
ScheduledInstanceAvailability.Builder
#scheduledInstanceAvailabilitySet(java.util.Collection)
Copyright © 2023. All rights reserved.