Interface OfferSetSummary.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<OfferSetSummary.Builder,,OfferSetSummary> SdkBuilder<OfferSetSummary.Builder,,OfferSetSummary> SdkPojo
- Enclosing class:
OfferSetSummary
@Mutable
@NotThreadSafe
public static interface OfferSetSummary.Builder
extends SdkPojo, CopyableBuilder<OfferSetSummary.Builder,OfferSetSummary>
-
Method Summary
Modifier and TypeMethodDescriptionassociatedOfferIds(String... associatedOfferIds) The list of offer IDs associated with the offer set.associatedOfferIds(Collection<String> associatedOfferIds) The list of offer IDs associated with the offer set.The name of the offer set.releaseDate(String releaseDate) The release date of the offer set.solutionId(String solutionId) The solution ID associated with the offer set.The state of the offer set.state(OfferSetStateString state) The state of the offer set.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
-
name
The name of the offer set.
- Parameters:
name- The name of the offer set.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
state
The state of the offer set.
- Parameters:
state- The state of the offer set.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
state
The state of the offer set.
- Parameters:
state- The state of the offer set.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
releaseDate
The release date of the offer set.
- Parameters:
releaseDate- The release date of the offer set.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
associatedOfferIds
The list of offer IDs associated with the offer set.
- Parameters:
associatedOfferIds- The list of offer IDs associated with the offer set.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
associatedOfferIds
The list of offer IDs associated with the offer set.
- Parameters:
associatedOfferIds- The list of offer IDs associated with the offer set.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
solutionId
The solution ID associated with the offer set.
- Parameters:
solutionId- The solution ID associated with the offer set.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-