Interface CloudFormationFulfillmentOption.Builder

  • Method Details

    • fulfillmentOptionId

      CloudFormationFulfillmentOption.Builder fulfillmentOptionId(String fulfillmentOptionId)

      The unique identifier of the fulfillment option.

      Parameters:
      fulfillmentOptionId - The unique identifier of the fulfillment option.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • fulfillmentOptionName

      CloudFormationFulfillmentOption.Builder fulfillmentOptionName(String fulfillmentOptionName)

      The display name of the fulfillment option version.

      Parameters:
      fulfillmentOptionName - The display name of the fulfillment option version.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • fulfillmentOptionType

      CloudFormationFulfillmentOption.Builder fulfillmentOptionType(String fulfillmentOptionType)

      The category of the fulfillment option.

      Parameters:
      fulfillmentOptionType - The category of the fulfillment option.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • fulfillmentOptionType

      CloudFormationFulfillmentOption.Builder fulfillmentOptionType(FulfillmentOptionType fulfillmentOptionType)

      The category of the fulfillment option.

      Parameters:
      fulfillmentOptionType - The category of the fulfillment option.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • fulfillmentOptionDisplayName

      CloudFormationFulfillmentOption.Builder fulfillmentOptionDisplayName(String fulfillmentOptionDisplayName)

      A human-readable name for the fulfillment option type.

      Parameters:
      fulfillmentOptionDisplayName - A human-readable name for the fulfillment option type.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • fulfillmentOptionVersion

      CloudFormationFulfillmentOption.Builder fulfillmentOptionVersion(String fulfillmentOptionVersion)

      The version identifier of the fulfillment option.

      Parameters:
      fulfillmentOptionVersion - The version identifier of the fulfillment option.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • releaseNotes

      CloudFormationFulfillmentOption.Builder releaseNotes(String releaseNotes)

      Release notes describing changes in this version of the fulfillment option.

      Parameters:
      releaseNotes - Release notes describing changes in this version of the fulfillment option.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • usageInstructions

      CloudFormationFulfillmentOption.Builder usageInstructions(String usageInstructions)

      Instructions on how to deploy and use this CloudFormation template.

      Parameters:
      usageInstructions - Instructions on how to deploy and use this CloudFormation template.
      Returns:
      Returns a reference to this object so that method calls can be chained together.