Interface ServiceMetadata.Builder

  • Method Details

    • name

      The name of the Amazon Web Services service.

      Parameters:
      name - The name of the Amazon Web Services service.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • displayName

      ServiceMetadata.Builder displayName(String displayName)

      The display name of the Amazon Web Services service.

      Parameters:
      displayName - The display name of the Amazon Web Services service.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • description

      ServiceMetadata.Builder description(String description)

      The description of the Amazon Web Services service.

      Parameters:
      description - The description of the Amazon Web Services service.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • category

      ServiceMetadata.Builder category(String category)

      The category that the Amazon Web Services service belongs to, such as compute, storage, or database.

      Parameters:
      category - The category that the Amazon Web Services service belongs to, such as compute, storage, or database.
      Returns:
      Returns a reference to this object so that method calls can be chained together.