public static interface PurchaseScheduledInstancesResponse.Builder extends Ec2Response.Builder, SdkPojo, CopyableBuilder<PurchaseScheduledInstancesResponse.Builder,PurchaseScheduledInstancesResponse>
| Modifier and Type | Method and Description |
|---|---|
PurchaseScheduledInstancesResponse.Builder |
scheduledInstanceSet(Collection<ScheduledInstance> scheduledInstanceSet)
Information about the Scheduled Instances.
|
PurchaseScheduledInstancesResponse.Builder |
scheduledInstanceSet(Consumer<ScheduledInstance.Builder>... scheduledInstanceSet)
Information about the Scheduled Instances.
|
PurchaseScheduledInstancesResponse.Builder |
scheduledInstanceSet(ScheduledInstance... scheduledInstanceSet)
Information about the Scheduled Instances.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildPurchaseScheduledInstancesResponse.Builder scheduledInstanceSet(Collection<ScheduledInstance> scheduledInstanceSet)
Information about the Scheduled Instances.
scheduledInstanceSet - Information about the Scheduled Instances.PurchaseScheduledInstancesResponse.Builder scheduledInstanceSet(ScheduledInstance... scheduledInstanceSet)
Information about the Scheduled Instances.
scheduledInstanceSet - Information about the Scheduled Instances.PurchaseScheduledInstancesResponse.Builder scheduledInstanceSet(Consumer<ScheduledInstance.Builder>... scheduledInstanceSet)
Information about the Scheduled Instances.
This is a convenience method that creates an instance of theScheduledInstance.Builder avoiding the need to create one
manually via ScheduledInstance.builder().
When the Consumer completes,
SdkBuilder.build() is called immediately and
its result is passed to #scheduledInstanceSet(List.
scheduledInstanceSet - a consumer that will call methods on
ScheduledInstance.Builder#scheduledInstanceSet(java.util.Collection) Copyright © 2023. All rights reserved.