CopyableBuilder<PurchaseScheduledInstancesResponse.Builder,PurchaseScheduledInstancesResponse>
, SdkBuilder<PurchaseScheduledInstancesResponse.Builder,PurchaseScheduledInstancesResponse>
public static interface PurchaseScheduledInstancesResponse.Builder extends CopyableBuilder<PurchaseScheduledInstancesResponse.Builder,PurchaseScheduledInstancesResponse>
Modifier and Type | Method | Description |
---|---|---|
PurchaseScheduledInstancesResponse.Builder |
scheduledInstanceSet(Collection<ScheduledInstance> scheduledInstanceSet) |
Information about the Scheduled Instances.
|
PurchaseScheduledInstancesResponse.Builder |
scheduledInstanceSet(ScheduledInstance... scheduledInstanceSet) |
Information about the Scheduled Instances.
|
copy
apply, build
PurchaseScheduledInstancesResponse.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.
NOTE: This method appends the values to the existing list (if any). Use
#setScheduledInstanceSet(java.util.Collection)
or
#withScheduledInstanceSet(java.util.Collection)
if you want to override the existing values.
scheduledInstanceSet
- Information about the Scheduled Instances.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.