Interface GetMinuteUsageResponse.Builder
- All Superinterfaces:
AwsResponse.Builder
,Buildable
,CopyableBuilder<GetMinuteUsageResponse.Builder,
,GetMinuteUsageResponse> GroundStationResponse.Builder
,SdkBuilder<GetMinuteUsageResponse.Builder,
,GetMinuteUsageResponse> SdkPojo
,SdkResponse.Builder
- Enclosing class:
GetMinuteUsageResponse
@Mutable
@NotThreadSafe
public static interface GetMinuteUsageResponse.Builder
extends GroundStationResponse.Builder, SdkPojo, CopyableBuilder<GetMinuteUsageResponse.Builder,GetMinuteUsageResponse>
-
Method Summary
Modifier and TypeMethodDescriptionestimatedMinutesRemaining
(Integer estimatedMinutesRemaining) Estimated number of minutes remaining for an account, specific to the month being requested.isReservedMinutesCustomer
(Boolean isReservedMinutesCustomer) Returns whether or not an account has signed up for the reserved minutes pricing plan, specific to the month being requested.totalReservedMinuteAllocation
(Integer totalReservedMinuteAllocation) Total number of reserved minutes allocated, specific to the month being requested.totalScheduledMinutes
(Integer totalScheduledMinutes) Total scheduled minutes for an account, specific to the month being requested.upcomingMinutesScheduled
(Integer upcomingMinutesScheduled) Upcoming minutes scheduled for an account, specific to the month being requested.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.services.groundstation.model.GroundStationResponse.Builder
build, responseMetadata, responseMetadata
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
Method Details
-
estimatedMinutesRemaining
Estimated number of minutes remaining for an account, specific to the month being requested.
- Parameters:
estimatedMinutesRemaining
- Estimated number of minutes remaining for an account, specific to the month being requested.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
isReservedMinutesCustomer
Returns whether or not an account has signed up for the reserved minutes pricing plan, specific to the month being requested.
- Parameters:
isReservedMinutesCustomer
- Returns whether or not an account has signed up for the reserved minutes pricing plan, specific to the month being requested.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
totalReservedMinuteAllocation
Total number of reserved minutes allocated, specific to the month being requested.
- Parameters:
totalReservedMinuteAllocation
- Total number of reserved minutes allocated, specific to the month being requested.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
totalScheduledMinutes
Total scheduled minutes for an account, specific to the month being requested.
- Parameters:
totalScheduledMinutes
- Total scheduled minutes for an account, specific to the month being requested.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
upcomingMinutesScheduled
Upcoming minutes scheduled for an account, specific to the month being requested.
- Parameters:
upcomingMinutesScheduled
- Upcoming minutes scheduled for an account, specific to the month being requested.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-