Interface RenewalSummary.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<RenewalSummary.Builder,,RenewalSummary> SdkBuilder<RenewalSummary.Builder,,RenewalSummary> SdkPojo
- Enclosing class:
RenewalSummary
@Mutable
@NotThreadSafe
public static interface RenewalSummary.Builder
extends SdkPojo, CopyableBuilder<RenewalSummary.Builder,RenewalSummary>
-
Method Summary
Modifier and TypeMethodDescriptionThe unique identifier of the offer that provides the terms for the next renewal cycle.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
-
offerId
The unique identifier of the offer that provides the terms for the next renewal cycle. For most renewals, this is the same offer that the agreement was created from.
- Parameters:
offerId- The unique identifier of the offer that provides the terms for the next renewal cycle. For most renewals, this is the same offer that the agreement was created from.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-