Interface CapacitySummary.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<CapacitySummary.Builder,,CapacitySummary> SdkBuilder<CapacitySummary.Builder,,CapacitySummary> SdkPojo
- Enclosing class:
CapacitySummary
-
Method Summary
Modifier and TypeMethodDescriptioncapacityChange(Collection<QuoteCapacity> capacityChange) The change in capacity between the existing and final state.capacityChange(Consumer<QuoteCapacity.Builder>... capacityChange) The change in capacity between the existing and final state.capacityChange(QuoteCapacity... capacityChange) The change in capacity between the existing and final state.existingCapacities(Collection<QuoteCapacity> existingCapacities) The existing capacities on the Outpost before the quote is fulfilled.existingCapacities(Consumer<QuoteCapacity.Builder>... existingCapacities) The existing capacities on the Outpost before the quote is fulfilled.existingCapacities(QuoteCapacity... existingCapacities) The existing capacities on the Outpost before the quote is fulfilled.finalCapacities(Collection<QuoteCapacity> finalCapacities) The final capacities on the Outpost after the quote is fulfilled.finalCapacities(Consumer<QuoteCapacity.Builder>... finalCapacities) The final capacities on the Outpost after the quote is fulfilled.finalCapacities(QuoteCapacity... finalCapacities) The final capacities on the Outpost after the quote is fulfilled.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
existingCapacities
The existing capacities on the Outpost before the quote is fulfilled.
- Parameters:
existingCapacities- The existing capacities on the Outpost before the quote is fulfilled.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
existingCapacities
The existing capacities on the Outpost before the quote is fulfilled.
- Parameters:
existingCapacities- The existing capacities on the Outpost before the quote is fulfilled.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
existingCapacities
The existing capacities on the Outpost before the quote is fulfilled.
This is a convenience method that creates an instance of theQuoteCapacity.Builderavoiding the need to create one manually viaQuoteCapacity.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed toexistingCapacities(List<QuoteCapacity>).- Parameters:
existingCapacities- a consumer that will call methods onQuoteCapacity.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
finalCapacities
The final capacities on the Outpost after the quote is fulfilled.
- Parameters:
finalCapacities- The final capacities on the Outpost after the quote is fulfilled.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
finalCapacities
The final capacities on the Outpost after the quote is fulfilled.
- Parameters:
finalCapacities- The final capacities on the Outpost after the quote is fulfilled.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
finalCapacities
The final capacities on the Outpost after the quote is fulfilled.
This is a convenience method that creates an instance of theQuoteCapacity.Builderavoiding the need to create one manually viaQuoteCapacity.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tofinalCapacities(List<QuoteCapacity>).- Parameters:
finalCapacities- a consumer that will call methods onQuoteCapacity.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
capacityChange
The change in capacity between the existing and final state.
- Parameters:
capacityChange- The change in capacity between the existing and final state.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
capacityChange
The change in capacity between the existing and final state.
- Parameters:
capacityChange- The change in capacity between the existing and final state.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
capacityChange
The change in capacity between the existing and final state.
This is a convenience method that creates an instance of theQuoteCapacity.Builderavoiding the need to create one manually viaQuoteCapacity.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tocapacityChange(List<QuoteCapacity>).- Parameters:
capacityChange- a consumer that will call methods onQuoteCapacity.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-