Interface TerminateProvisionedProductRequest.Builder

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

  • Method Details

    • 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

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