Interface ImportAsProvisionedProductRequest.Builder

    • Method Detail

      • acceptLanguage

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

        ImportAsProvisionedProductRequest.Builder productId​(String productId)

        The product identifier.

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

        ImportAsProvisionedProductRequest.Builder provisioningArtifactId​(String provisioningArtifactId)

        The identifier of the provisioning artifact.

        Parameters:
        provisioningArtifactId - The identifier of the provisioning artifact.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • provisionedProductName

        ImportAsProvisionedProductRequest.Builder provisionedProductName​(String provisionedProductName)

        The user-friendly name of the provisioned product. The value must be unique for the Amazon Web Services account. The name cannot be updated after the product is provisioned.

        Parameters:
        provisionedProductName - The user-friendly name of the provisioned product. The value must be unique for the Amazon Web Services account. The name cannot be updated after the product is provisioned.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • physicalId

        ImportAsProvisionedProductRequest.Builder physicalId​(String physicalId)

        The unique identifier of the resource to be imported. It only currently supports CloudFormation stack IDs.

        Parameters:
        physicalId - The unique identifier of the resource to be imported. It only currently supports CloudFormation stack IDs.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • idempotencyToken

        ImportAsProvisionedProductRequest.Builder idempotencyToken​(String idempotencyToken)

        A unique identifier that you provide to ensure idempotency. If multiple requests differ only by the idempotency token, the same response is returned for each repeated request.

        Parameters:
        idempotencyToken - A unique identifier that you provide to ensure idempotency. If multiple requests differ only by the idempotency token, the same response is returned for each repeated request.
        Returns:
        Returns a reference to this object so that method calls can be chained together.