public static interface FailedCapacityReservationFleetCancellationResult.Builder extends SdkPojo, CopyableBuilder<FailedCapacityReservationFleetCancellationResult.Builder,FailedCapacityReservationFleetCancellationResult>
| Modifier and Type | Method and Description |
|---|---|
FailedCapacityReservationFleetCancellationResult.Builder |
cancelCapacityReservationFleetError(CancelCapacityReservationFleetError cancelCapacityReservationFleetError)
Information about the Capacity Reservation Fleet cancellation error.
|
default FailedCapacityReservationFleetCancellationResult.Builder |
cancelCapacityReservationFleetError(Consumer<CancelCapacityReservationFleetError.Builder> cancelCapacityReservationFleetError)
Information about the Capacity Reservation Fleet cancellation error.
|
FailedCapacityReservationFleetCancellationResult.Builder |
capacityReservationFleetId(String capacityReservationFleetId)
The ID of the Capacity Reservation Fleet that could not be cancelled.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildFailedCapacityReservationFleetCancellationResult.Builder capacityReservationFleetId(String capacityReservationFleetId)
The ID of the Capacity Reservation Fleet that could not be cancelled.
capacityReservationFleetId - The ID of the Capacity Reservation Fleet that could not be cancelled.FailedCapacityReservationFleetCancellationResult.Builder cancelCapacityReservationFleetError(CancelCapacityReservationFleetError cancelCapacityReservationFleetError)
Information about the Capacity Reservation Fleet cancellation error.
cancelCapacityReservationFleetError - Information about the Capacity Reservation Fleet cancellation error.default FailedCapacityReservationFleetCancellationResult.Builder cancelCapacityReservationFleetError(Consumer<CancelCapacityReservationFleetError.Builder> cancelCapacityReservationFleetError)
Information about the Capacity Reservation Fleet cancellation error.
This is a convenience method that creates an instance of theCancelCapacityReservationFleetError.Builder avoiding the need to create one manually via
CancelCapacityReservationFleetError.builder().
When the Consumer completes, SdkBuilder.build() is called
immediately and its result is passed to
cancelCapacityReservationFleetError(CancelCapacityReservationFleetError).
cancelCapacityReservationFleetError - a consumer that will call methods on CancelCapacityReservationFleetError.BuildercancelCapacityReservationFleetError(CancelCapacityReservationFleetError)Copyright © 2022. All rights reserved.