public static interface DescribeScheduledInstancesRequest.Builder extends Ec2Request.Builder, SdkPojo, CopyableBuilder<DescribeScheduledInstancesRequest.Builder,DescribeScheduledInstancesRequest>
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildDescribeScheduledInstancesRequest.Builder filters(Collection<Filter> filters)
The filters.
availability-zone - The Availability Zone (for example, us-west-2a).
instance-type - The instance type (for example, c4.large).
network-platform - The network platform (EC2-Classic or EC2-VPC).
platform - The platform (Linux/UNIX or Windows).
filters - The filters.
availability-zone - The Availability Zone (for example, us-west-2a).
instance-type - The instance type (for example, c4.large).
network-platform - The network platform (EC2-Classic or EC2-VPC
).
platform - The platform (Linux/UNIX or Windows).
DescribeScheduledInstancesRequest.Builder filters(Filter... filters)
The filters.
availability-zone - The Availability Zone (for example, us-west-2a).
instance-type - The instance type (for example, c4.large).
network-platform - The network platform (EC2-Classic or EC2-VPC).
platform - The platform (Linux/UNIX or Windows).
filters - The filters.
availability-zone - The Availability Zone (for example, us-west-2a).
instance-type - The instance type (for example, c4.large).
network-platform - The network platform (EC2-Classic or EC2-VPC
).
platform - The platform (Linux/UNIX or Windows).
DescribeScheduledInstancesRequest.Builder filters(Consumer<Filter.Builder>... filters)
The filters.
availability-zone - The Availability Zone (for example, us-west-2a).
instance-type - The instance type (for example, c4.large).
network-platform - The network platform (EC2-Classic or EC2-VPC).
platform - The platform (Linux/UNIX or Windows).
Filter.Builder avoiding the need to create one manually via
Filter.builder().
When the Consumer completes, SdkBuilder.build()
is called immediately and its result is passed to #filters(List.
filters - a consumer that will call methods on Filter.Builder#filters(java.util.Collection) DescribeScheduledInstancesRequest.Builder maxResults(Integer maxResults)
The maximum number of results to return in a single call. This value can be between 5 and 300. The default
value is 100. To retrieve the remaining results, make another call with the returned NextToken
value.
maxResults - The maximum number of results to return in a single call. This value can be between 5 and 300. The
default value is 100. To retrieve the remaining results, make another call with the returned
NextToken value.DescribeScheduledInstancesRequest.Builder nextToken(String nextToken)
The token for the next set of results.
nextToken - The token for the next set of results.DescribeScheduledInstancesRequest.Builder scheduledInstanceIds(Collection<String> scheduledInstanceIds)
The Scheduled Instance IDs.
scheduledInstanceIds - The Scheduled Instance IDs.DescribeScheduledInstancesRequest.Builder scheduledInstanceIds(String... scheduledInstanceIds)
The Scheduled Instance IDs.
scheduledInstanceIds - The Scheduled Instance IDs.DescribeScheduledInstancesRequest.Builder slotStartTimeRange(SlotStartTimeRangeRequest slotStartTimeRange)
The time period for the first schedule to start.
slotStartTimeRange - The time period for the first schedule to start.default DescribeScheduledInstancesRequest.Builder slotStartTimeRange(Consumer<SlotStartTimeRangeRequest.Builder> slotStartTimeRange)
The time period for the first schedule to start.
This is a convenience method that creates an instance of theSlotStartTimeRangeRequest.Builder
avoiding the need to create one manually via SlotStartTimeRangeRequest.builder().
When the Consumer completes, SdkBuilder.build() is called immediately
and its result is passed to slotStartTimeRange(SlotStartTimeRangeRequest).
slotStartTimeRange - a consumer that will call methods on SlotStartTimeRangeRequest.BuilderslotStartTimeRange(SlotStartTimeRangeRequest)DescribeScheduledInstancesRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderDescribeScheduledInstancesRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.