Interface DescribeProvisionedProductRequest.Builder

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

  • Method Details

    • acceptLanguage

      DescribeProvisionedProductRequest.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 provisioned product identifier. You must provide the name or ID, but not both.

      If you do not provide a name or ID, or you provide both name and ID, an InvalidParametersException will occur.

      Parameters:
      id - The provisioned product identifier. You must provide the name or ID, but not both.

      If you do not provide a name or ID, or you provide both name and ID, an InvalidParametersException will occur.

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

      The name of the provisioned product. You must provide the name or ID, but not both.

      If you do not provide a name or ID, or you provide both name and ID, an InvalidParametersException will occur.

      Parameters:
      name - The name of the provisioned product. You must provide the name or ID, but not both.

      If you do not provide a name or ID, or you provide both name and ID, an InvalidParametersException will occur.

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

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