Interface BenefitSummary.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<BenefitSummary.Builder,,BenefitSummary> SdkBuilder<BenefitSummary.Builder,,BenefitSummary> SdkPojo
- Enclosing class:
BenefitSummary
@Mutable
@NotThreadSafe
public static interface BenefitSummary.Builder
extends SdkPojo, CopyableBuilder<BenefitSummary.Builder,BenefitSummary>
-
Method Summary
Modifier and TypeMethodDescriptionThe Amazon Resource Name (ARN) of the benefit.The catalog identifier that the benefit belongs to.description(String description) A brief description of the benefit and its purpose.fulfillmentTypes(Collection<FulfillmentType> fulfillmentTypes) The available fulfillment types for this benefit.fulfillmentTypes(FulfillmentType... fulfillmentTypes) The available fulfillment types for this benefit.fulfillmentTypesWithStrings(String... fulfillmentTypes) The available fulfillment types for this benefit.fulfillmentTypesWithStrings(Collection<String> fulfillmentTypes) The available fulfillment types for this benefit.The unique identifier of the benefit.The human-readable name of the benefit.The AWS partner programs that this benefit is associated with.programs(Collection<String> programs) The AWS partner programs that this benefit is associated with.The current status of the benefit.status(BenefitStatus status) The current status of the benefit.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
-
id
The unique identifier of the benefit.
- Parameters:
id- The unique identifier of the benefit.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
catalog
The catalog identifier that the benefit belongs to.
- Parameters:
catalog- The catalog identifier that the benefit belongs to.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
arn
The Amazon Resource Name (ARN) of the benefit.
- Parameters:
arn- The Amazon Resource Name (ARN) of the benefit.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
name
The human-readable name of the benefit.
- Parameters:
name- The human-readable name of the benefit.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
description
A brief description of the benefit and its purpose.
- Parameters:
description- A brief description of the benefit and its purpose.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
programs
The AWS partner programs that this benefit is associated with.
- Parameters:
programs- The AWS partner programs that this benefit is associated with.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
programs
The AWS partner programs that this benefit is associated with.
- Parameters:
programs- The AWS partner programs that this benefit is associated with.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
fulfillmentTypesWithStrings
The available fulfillment types for this benefit.
- Parameters:
fulfillmentTypes- The available fulfillment types for this benefit.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
fulfillmentTypesWithStrings
The available fulfillment types for this benefit.
- Parameters:
fulfillmentTypes- The available fulfillment types for this benefit.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
fulfillmentTypes
The available fulfillment types for this benefit.
- Parameters:
fulfillmentTypes- The available fulfillment types for this benefit.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
fulfillmentTypes
The available fulfillment types for this benefit.
- Parameters:
fulfillmentTypes- The available fulfillment types for this benefit.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
status
The current status of the benefit.
- Parameters:
status- The current status of the benefit.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
status
The current status of the benefit.
- Parameters:
status- The current status of the benefit.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-