Interface UpdateBenefitApplicationRequest.Builder

  • Method Details

    • catalog

      The catalog identifier that specifies which benefit catalog the application belongs to.

      Parameters:
      catalog - The catalog identifier that specifies which benefit catalog the application belongs to.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • clientToken

      A unique, case-sensitive identifier to ensure idempotent processing of the update request.

      Parameters:
      clientToken - A unique, case-sensitive identifier to ensure idempotent processing of the update request.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • name

      The updated human-readable name for the benefit application.

      Parameters:
      name - The updated human-readable name for the benefit application.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • description

      The updated detailed description of the benefit application.

      Parameters:
      description - The updated detailed description of the benefit application.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • identifier

      The unique identifier of the benefit application to update.

      Parameters:
      identifier - The unique identifier of the benefit application to update.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • revision

      The current revision number of the benefit application to ensure optimistic concurrency control.

      Parameters:
      revision - The current revision number of the benefit application to ensure optimistic concurrency control.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • benefitApplicationDetails

      UpdateBenefitApplicationRequest.Builder benefitApplicationDetails(Document benefitApplicationDetails)

      Updated detailed information and requirements specific to the benefit being requested.

      Parameters:
      benefitApplicationDetails - Updated detailed information and requirements specific to the benefit being requested.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • partnerContacts

      UpdateBenefitApplicationRequest.Builder partnerContacts(Collection<Contact> partnerContacts)

      Updated contact information for partner representatives responsible for this benefit application.

      Parameters:
      partnerContacts - Updated contact information for partner representatives responsible for this benefit application.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • partnerContacts

      UpdateBenefitApplicationRequest.Builder partnerContacts(Contact... partnerContacts)

      Updated contact information for partner representatives responsible for this benefit application.

      Parameters:
      partnerContacts - Updated contact information for partner representatives responsible for this benefit application.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • partnerContacts

      Updated contact information for partner representatives responsible for this benefit application.

      This is a convenience method that creates an instance of the Contact.Builder avoiding the need to create one manually via Contact.builder().

      When the Consumer completes, SdkBuilder.build() is called immediately and its result is passed to partnerContacts(List<Contact>).

      Parameters:
      partnerContacts - a consumer that will call methods on Contact.Builder
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • fileDetails

      Updated supporting documents and files attached to the benefit application.

      Parameters:
      fileDetails - Updated supporting documents and files attached to the benefit application.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • fileDetails

      Updated supporting documents and files attached to the benefit application.

      Parameters:
      fileDetails - Updated supporting documents and files attached to the benefit application.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • fileDetails

      Updated supporting documents and files attached to the benefit application.

      This is a convenience method that creates an instance of the FileInput.Builder avoiding the need to create one manually via FileInput.builder().

      When the Consumer completes, SdkBuilder.build() is called immediately and its result is passed to fileDetails(List<FileInput>).

      Parameters:
      fileDetails - a consumer that will call methods on FileInput.Builder
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • overrideConfiguration

      UpdateBenefitApplicationRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
      Description copied from interface: AwsRequest.Builder
      Add an optional request override configuration.
      Specified by:
      overrideConfiguration in interface AwsRequest.Builder
      Parameters:
      overrideConfiguration - The override configuration.
      Returns:
      This object for method chaining.
    • overrideConfiguration

      Description copied from interface: AwsRequest.Builder
      Add an optional request override configuration.
      Specified by:
      overrideConfiguration in interface AwsRequest.Builder
      Parameters:
      builderConsumer - A Consumer to which an empty AwsRequestOverrideConfiguration.Builder will be given.
      Returns:
      This object for method chaining.