public static interface GetMinuteUsageResponse.Builder extends GroundStationResponse.Builder, SdkPojo, CopyableBuilder<GetMinuteUsageResponse.Builder,GetMinuteUsageResponse>
| Modifier and Type | Method and Description |
|---|---|
GetMinuteUsageResponse.Builder |
estimatedMinutesRemaining(Integer estimatedMinutesRemaining)
Estimated number of minutes remaining for an account, specific to the month being requested.
|
GetMinuteUsageResponse.Builder |
isReservedMinutesCustomer(Boolean isReservedMinutesCustomer)
Returns whether or not an account has signed up for the reserved minutes pricing plan, specific to the month
being requested.
|
GetMinuteUsageResponse.Builder |
totalReservedMinuteAllocation(Integer totalReservedMinuteAllocation)
Total number of reserved minutes allocated, specific to the month being requested.
|
GetMinuteUsageResponse.Builder |
totalScheduledMinutes(Integer totalScheduledMinutes)
Total scheduled minutes for an account, specific to the month being requested.
|
GetMinuteUsageResponse.Builder |
upcomingMinutesScheduled(Integer upcomingMinutesScheduled)
Upcoming minutes scheduled for an account, specific to the month being requested.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildGetMinuteUsageResponse.Builder estimatedMinutesRemaining(Integer estimatedMinutesRemaining)
Estimated number of minutes remaining for an account, specific to the month being requested.
estimatedMinutesRemaining - Estimated number of minutes remaining for an account, specific to the month being requested.GetMinuteUsageResponse.Builder isReservedMinutesCustomer(Boolean isReservedMinutesCustomer)
Returns whether or not an account has signed up for the reserved minutes pricing plan, specific to the month being requested.
isReservedMinutesCustomer - Returns whether or not an account has signed up for the reserved minutes pricing plan, specific to the
month being requested.GetMinuteUsageResponse.Builder totalReservedMinuteAllocation(Integer totalReservedMinuteAllocation)
Total number of reserved minutes allocated, specific to the month being requested.
totalReservedMinuteAllocation - Total number of reserved minutes allocated, specific to the month being requested.GetMinuteUsageResponse.Builder totalScheduledMinutes(Integer totalScheduledMinutes)
Total scheduled minutes for an account, specific to the month being requested.
totalScheduledMinutes - Total scheduled minutes for an account, specific to the month being requested.GetMinuteUsageResponse.Builder upcomingMinutesScheduled(Integer upcomingMinutesScheduled)
Upcoming minutes scheduled for an account, specific to the month being requested.
upcomingMinutesScheduled - Upcoming minutes scheduled for an account, specific to the month being requested.Copyright © 2023. All rights reserved.