Interface GetMinuteUsageResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<GetMinuteUsageResponse.Builder,GetMinuteUsageResponse>,GroundStationResponse.Builder,SdkBuilder<GetMinuteUsageResponse.Builder,GetMinuteUsageResponse>,SdkPojo,SdkResponse.Builder
- Enclosing class:
- GetMinuteUsageResponse
public static interface GetMinuteUsageResponse.Builder extends GroundStationResponse.Builder, SdkPojo, CopyableBuilder<GetMinuteUsageResponse.Builder,GetMinuteUsageResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description GetMinuteUsageResponse.BuilderestimatedMinutesRemaining(Integer estimatedMinutesRemaining)Estimated number of minutes remaining for an account, specific to the month being requested.GetMinuteUsageResponse.BuilderisReservedMinutesCustomer(Boolean isReservedMinutesCustomer)Returns whether or not an account has signed up for the reserved minutes pricing plan, specific to the month being requested.GetMinuteUsageResponse.BuildertotalReservedMinuteAllocation(Integer totalReservedMinuteAllocation)Total number of reserved minutes allocated, specific to the month being requested.GetMinuteUsageResponse.BuildertotalScheduledMinutes(Integer totalScheduledMinutes)Total scheduled minutes for an account, specific to the month being requested.GetMinuteUsageResponse.BuilderupcomingMinutesScheduled(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, sdkFields
-
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
-
-
-
Method Detail
-
estimatedMinutesRemaining
GetMinuteUsageResponse.Builder estimatedMinutesRemaining(Integer 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
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.
- 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
GetMinuteUsageResponse.Builder totalReservedMinuteAllocation(Integer 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
GetMinuteUsageResponse.Builder totalScheduledMinutes(Integer 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
GetMinuteUsageResponse.Builder upcomingMinutesScheduled(Integer 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.
-
-