Interface DescribeProductAsAdminRequest.Builder

All Superinterfaces:
AwsRequest.Builder, Buildable, CopyableBuilder<DescribeProductAsAdminRequest.Builder,DescribeProductAsAdminRequest>, SdkBuilder<DescribeProductAsAdminRequest.Builder,DescribeProductAsAdminRequest>, SdkPojo, SdkRequest.Builder, ServiceCatalogRequest.Builder
Enclosing class:
DescribeProductAsAdminRequest

  • Method Details

    • acceptLanguage

      DescribeProductAsAdminRequest.Builder acceptLanguage(String acceptLanguage)

      The language code.

      • jp - Japanese

      • zh - Chinese

      Parameters:
      acceptLanguage - The language code.

      • jp - Japanese

      • zh - Chinese

      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • id

      The product identifier.

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

      The product name.

      Parameters:
      name - The product name.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • sourcePortfolioId

      DescribeProductAsAdminRequest.Builder sourcePortfolioId(String sourcePortfolioId)

      The unique identifier of the shared portfolio that the specified product is associated with.

      You can provide this parameter to retrieve the shared TagOptions associated with the product. If this parameter is provided and if TagOptions sharing is enabled in the portfolio share, the API returns both local and shared TagOptions associated with the product. Otherwise only local TagOptions will be returned.

      Parameters:
      sourcePortfolioId - The unique identifier of the shared portfolio that the specified product is associated with.

      You can provide this parameter to retrieve the shared TagOptions associated with the product. If this parameter is provided and if TagOptions sharing is enabled in the portfolio share, the API returns both local and shared TagOptions associated with the product. Otherwise only local TagOptions will be returned.

      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • overrideConfiguration

      DescribeProductAsAdminRequest.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.