CopyableBuilder<TerminateProvisionedProductRequest.Builder,TerminateProvisionedProductRequest>
, SdkBuilder<TerminateProvisionedProductRequest.Builder,TerminateProvisionedProductRequest>
public static interface TerminateProvisionedProductRequest.Builder extends CopyableBuilder<TerminateProvisionedProductRequest.Builder,TerminateProvisionedProductRequest>
Modifier and Type | Method | Description |
---|---|---|
TerminateProvisionedProductRequest.Builder |
acceptLanguage(String acceptLanguage) |
The language code to use for this operation.
|
TerminateProvisionedProductRequest.Builder |
ignoreErrors(Boolean ignoreErrors) |
If set to true, AWS Service Catalog stops managing the specified ProvisionedProduct object even if it cannot
delete the underlying resources.
|
TerminateProvisionedProductRequest.Builder |
provisionedProductId(String provisionedProductId) |
The identifier of the ProvisionedProduct object to terminate.
|
TerminateProvisionedProductRequest.Builder |
provisionedProductName(String provisionedProductName) |
The name of the ProvisionedProduct object to terminate.
|
TerminateProvisionedProductRequest.Builder |
terminateToken(String terminateToken) |
An idempotency token that uniquely identifies the termination request.
|
copy
apply, build
TerminateProvisionedProductRequest.Builder provisionedProductName(String provisionedProductName)
The name of the ProvisionedProduct object to terminate. Specify either ProvisionedProductName
or
ProvisionedProductId
, but not both.
provisionedProductName
- The name of the ProvisionedProduct object to terminate. Specify either
ProvisionedProductName
or ProvisionedProductId
, but not both.TerminateProvisionedProductRequest.Builder provisionedProductId(String provisionedProductId)
The identifier of the ProvisionedProduct object to terminate. Specify either
ProvisionedProductName
or ProvisionedProductId
, but not both.
provisionedProductId
- The identifier of the ProvisionedProduct object to terminate. Specify either
ProvisionedProductName
or ProvisionedProductId
, but not both.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 ProvisionedProduct object is terminated, further requests to terminate the
same ProvisionedProduct object always return ResourceNotFound regardless of the value of
TerminateToken
.
terminateToken
- An idempotency token that uniquely identifies the termination request. This token is only valid during
the termination process. After the ProvisionedProduct object is terminated, further requests to
terminate the same ProvisionedProduct object always return ResourceNotFound regardless of the
value of TerminateToken
.TerminateProvisionedProductRequest.Builder ignoreErrors(Boolean ignoreErrors)
If set to true, AWS Service Catalog stops managing the specified ProvisionedProduct object even if it cannot delete the underlying resources.
ignoreErrors
- If set to true, AWS Service Catalog stops managing the specified ProvisionedProduct object even if it
cannot delete the underlying resources.TerminateProvisionedProductRequest.Builder acceptLanguage(String acceptLanguage)
The language code to use for this operation. Supported language codes are as follows:
"en" (English)
"jp" (Japanese)
"zh" (Chinese)
If no code is specified, "en" is used as the default.
acceptLanguage
- The language code to use for this operation. Supported language codes are as follows:
"en" (English)
"jp" (Japanese)
"zh" (Chinese)
If no code is specified, "en" is used as the default.
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.