Interface DescribeProvisioningParametersRequest.Builder

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

  • Method Details

    • acceptLanguage

      DescribeProvisioningParametersRequest.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.
    • productId

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

      Parameters:
      productId - The product identifier. You must provide the product name or ID, but not both.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • productName

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

      Parameters:
      productName - The name of the product. You must provide the name or ID, but not both.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • provisioningArtifactId

      DescribeProvisioningParametersRequest.Builder provisioningArtifactId(String provisioningArtifactId)

      The identifier of the provisioning artifact. You must provide the name or ID, but not both.

      Parameters:
      provisioningArtifactId - The identifier of the provisioning artifact. You must provide the name or ID, but not both.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • provisioningArtifactName

      DescribeProvisioningParametersRequest.Builder provisioningArtifactName(String provisioningArtifactName)

      The name of the provisioning artifact. You must provide the name or ID, but not both.

      Parameters:
      provisioningArtifactName - The name of the provisioning artifact. You must provide the name or ID, but not both.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • pathId

      The path identifier of the product. This value is optional if the product has a default path, and required if the product has more than one path. To list the paths for a product, use ListLaunchPaths. You must provide the name or ID, but not both.

      Parameters:
      pathId - The path identifier of the product. This value is optional if the product has a default path, and required if the product has more than one path. To list the paths for a product, use ListLaunchPaths. You must provide the name or ID, but not both.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • pathName

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

      Parameters:
      pathName - The name of the path. You must provide the name or ID, but not both.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • 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.