Interface FulfillmentOptionSummary.Builder

  • Method Details

    • fulfillmentOptionType

      FulfillmentOptionSummary.Builder fulfillmentOptionType(String fulfillmentOptionType)

      The machine-readable type of the fulfillment option, such as SAAS or AMAZON_MACHINE_IMAGE.

      Parameters:
      fulfillmentOptionType - The machine-readable type of the fulfillment option, such as SAAS or AMAZON_MACHINE_IMAGE.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • fulfillmentOptionType

      FulfillmentOptionSummary.Builder fulfillmentOptionType(FulfillmentOptionType fulfillmentOptionType)

      The machine-readable type of the fulfillment option, such as SAAS or AMAZON_MACHINE_IMAGE.

      Parameters:
      fulfillmentOptionType - The machine-readable type of the fulfillment option, such as SAAS or AMAZON_MACHINE_IMAGE.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • displayName

      FulfillmentOptionSummary.Builder displayName(String displayName)

      The human-readable name of the fulfillment option type.

      Parameters:
      displayName - The human-readable name of the fulfillment option type.
      Returns:
      Returns a reference to this object so that method calls can be chained together.