Interface GetBenefitResponse.Builder
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<GetBenefitResponse.Builder,,GetBenefitResponse> PartnerCentralBenefitsResponse.Builder,SdkBuilder<GetBenefitResponse.Builder,,GetBenefitResponse> SdkPojo,SdkResponse.Builder
- Enclosing class:
GetBenefitResponse
-
Method Summary
Modifier and TypeMethodDescriptionThe Amazon Resource Name (ARN) of the benefit.benefitRequestSchema(Document benefitRequestSchema) The schema definition that describes the required fields for requesting this benefit.The catalog identifier that the benefit belongs to.description(String description) A detailed description of the benefit and its purpose.fulfillmentTypes(Collection<FulfillmentType> fulfillmentTypes) The available fulfillment types for this benefit (e.g., credits, access, disbursement).fulfillmentTypes(FulfillmentType... fulfillmentTypes) The available fulfillment types for this benefit (e.g., credits, access, disbursement).fulfillmentTypesWithStrings(String... fulfillmentTypes) The available fulfillment types for this benefit (e.g., credits, access, disbursement).fulfillmentTypesWithStrings(Collection<String> fulfillmentTypes) The available fulfillment types for this benefit (e.g., credits, access, disbursement).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 (e.g., active, inactive, deprecated).status(BenefitStatus status) The current status of the benefit (e.g., active, inactive, deprecated).Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.services.partnercentralbenefits.model.PartnerCentralBenefitsResponse.Builder
build, responseMetadata, responseMetadataMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFieldsMethods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
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 detailed description of the benefit and its purpose.
- Parameters:
description- A detailed 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 (e.g., credits, access, disbursement).
- Parameters:
fulfillmentTypes- The available fulfillment types for this benefit (e.g., credits, access, disbursement).- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
fulfillmentTypesWithStrings
The available fulfillment types for this benefit (e.g., credits, access, disbursement).
- Parameters:
fulfillmentTypes- The available fulfillment types for this benefit (e.g., credits, access, disbursement).- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
fulfillmentTypes
The available fulfillment types for this benefit (e.g., credits, access, disbursement).
- Parameters:
fulfillmentTypes- The available fulfillment types for this benefit (e.g., credits, access, disbursement).- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
fulfillmentTypes
The available fulfillment types for this benefit (e.g., credits, access, disbursement).
- Parameters:
fulfillmentTypes- The available fulfillment types for this benefit (e.g., credits, access, disbursement).- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
benefitRequestSchema
The schema definition that describes the required fields for requesting this benefit.
- Parameters:
benefitRequestSchema- The schema definition that describes the required fields for requesting this benefit.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
status
The current status of the benefit (e.g., active, inactive, deprecated).
- Parameters:
status- The current status of the benefit (e.g., active, inactive, deprecated).- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
status
The current status of the benefit (e.g., active, inactive, deprecated).
- Parameters:
status- The current status of the benefit (e.g., active, inactive, deprecated).- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-