Interface TerminateProvisionedProductRequest.Builder

    • Method Detail

      • provisionedProductName

        TerminateProvisionedProductRequest.Builder provisionedProductName​(String provisionedProductName)

        The name of the provisioned product. You cannot specify both ProvisionedProductName and ProvisionedProductId.

        Parameters:
        provisionedProductName - The name of the provisioned product. You cannot specify both ProvisionedProductName and ProvisionedProductId.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • provisionedProductId

        TerminateProvisionedProductRequest.Builder provisionedProductId​(String provisionedProductId)

        The identifier of the provisioned product. You cannot specify both ProvisionedProductName and ProvisionedProductId.

        Parameters:
        provisionedProductId - The identifier of the provisioned product. You cannot specify both ProvisionedProductName and ProvisionedProductId.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • terminateToken

        TerminateProvisionedProductRequest.Builder terminateToken​(String terminateToken)

        An idempotency token that uniquely identifies the termination request. This token is only valid during the termination process. After the provisioned product is terminated, subsequent requests to terminate the same provisioned product always return ResourceNotFound.

        Parameters:
        terminateToken - An idempotency token that uniquely identifies the termination request. This token is only valid during the termination process. After the provisioned product is terminated, subsequent requests to terminate the same provisioned product always return ResourceNotFound.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • ignoreErrors

        TerminateProvisionedProductRequest.Builder ignoreErrors​(Boolean ignoreErrors)

        If set to true, Service Catalog stops managing the specified provisioned product even if it cannot delete the underlying resources.

        Parameters:
        ignoreErrors - If set to true, Service Catalog stops managing the specified provisioned product even if it cannot delete the underlying resources.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • acceptLanguage

        TerminateProvisionedProductRequest.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.
      • retainPhysicalResources

        TerminateProvisionedProductRequest.Builder retainPhysicalResources​(Boolean retainPhysicalResources)

        When this boolean parameter is set to true, the TerminateProvisionedProduct API deletes the Service Catalog provisioned product. However, it does not remove the CloudFormation stack, stack set, or the underlying resources of the deleted provisioned product. The default value is false.

        Parameters:
        retainPhysicalResources - When this boolean parameter is set to true, the TerminateProvisionedProduct API deletes the Service Catalog provisioned product. However, it does not remove the CloudFormation stack, stack set, or the underlying resources of the deleted provisioned product. The default value is false.
        Returns:
        Returns a reference to this object so that method calls can be chained together.