Interface DescribeProvisioningParametersRequest.Builder

    • Method Detail

      • 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

        DescribeProvisioningParametersRequest.Builder productId​(String 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

        DescribeProvisioningParametersRequest.Builder productName​(String 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

        DescribeProvisioningParametersRequest.Builder pathId​(String 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

        DescribeProvisioningParametersRequest.Builder pathName​(String 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.