Interface CreatePortalProductResponse.Builder

  • Method Details

    • description

      CreatePortalProductResponse.Builder description(String description)

      A description of the portal product.

      Parameters:
      description - A description of the portal product.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • displayName

      CreatePortalProductResponse.Builder displayName(String displayName)

      The display name for the portal product.

      Parameters:
      displayName - The display name for the portal product.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • displayOrder

      The visual ordering of the product pages and product REST endpoint pages in a published portal.

      Parameters:
      displayOrder - The visual ordering of the product pages and product REST endpoint pages in a published portal.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • displayOrder

      The visual ordering of the product pages and product REST endpoint pages in a published portal.

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

      When the Consumer completes, SdkBuilder.build() is called immediately and its result is passed to displayOrder(DisplayOrder).

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

      CreatePortalProductResponse.Builder lastModified(Instant lastModified)

      The timestamp when the portal product was last modified.

      Parameters:
      lastModified - The timestamp when the portal product was last modified.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • portalProductArn

      CreatePortalProductResponse.Builder portalProductArn(String portalProductArn)

      The ARN of the portal product.

      Parameters:
      portalProductArn - The ARN of the portal product.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • portalProductId

      CreatePortalProductResponse.Builder portalProductId(String portalProductId)

      The portal product identifier.

      Parameters:
      portalProductId - The portal product identifier.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • tags

      The collection of tags. Each tag element is associated with a given resource.

      Parameters:
      tags - The collection of tags. Each tag element is associated with a given resource.
      Returns:
      Returns a reference to this object so that method calls can be chained together.