public static interface TerminateProvisionedProductRequest.Builder extends ServiceCatalogRequest.Builder, SdkPojo, CopyableBuilder<TerminateProvisionedProductRequest.Builder,TerminateProvisionedProductRequest>
| Modifier and Type | Method and Description |
|---|---|
TerminateProvisionedProductRequest.Builder |
acceptLanguage(String acceptLanguage)
The language code.
|
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.
|
TerminateProvisionedProductRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
TerminateProvisionedProductRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
TerminateProvisionedProductRequest.Builder |
provisionedProductId(String provisionedProductId)
The identifier of the provisioned product.
|
TerminateProvisionedProductRequest.Builder |
provisionedProductName(String provisionedProductName)
The name of the provisioned product.
|
TerminateProvisionedProductRequest.Builder |
retainPhysicalResources(Boolean retainPhysicalResources)
When this boolean parameter is set to true, the
TerminateProvisionedProduct API deletes the
Service Catalog provisioned product. |
TerminateProvisionedProductRequest.Builder |
terminateToken(String terminateToken)
An idempotency token that uniquely identifies the termination request.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildTerminateProvisionedProductRequest.Builder provisionedProductName(String provisionedProductName)
The name of the provisioned product. You cannot specify both ProvisionedProductName and
ProvisionedProductId.
provisionedProductName - The name of the provisioned product. You cannot specify both ProvisionedProductName and
ProvisionedProductId.TerminateProvisionedProductRequest.Builder provisionedProductId(String provisionedProductId)
The identifier of the provisioned product. You cannot specify both ProvisionedProductName and
ProvisionedProductId.
provisionedProductId - The identifier of the provisioned product. You cannot specify both ProvisionedProductName
and ProvisionedProductId.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.
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.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.
ignoreErrors - If set to true, Service Catalog stops managing the specified provisioned product even if it cannot
delete the underlying resources.TerminateProvisionedProductRequest.Builder acceptLanguage(String acceptLanguage)
The language code.
jp - Japanese
zh - Chinese
acceptLanguage - The language code.
jp - Japanese
zh - Chinese
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.
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.TerminateProvisionedProductRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderTerminateProvisionedProductRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.