Interface TerminateProvisionedProductRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<TerminateProvisionedProductRequest.Builder,TerminateProvisionedProductRequest>,SdkBuilder<TerminateProvisionedProductRequest.Builder,TerminateProvisionedProductRequest>,SdkPojo,SdkRequest.Builder,ServiceCatalogRequest.Builder
- Enclosing class:
- TerminateProvisionedProductRequest
public static interface TerminateProvisionedProductRequest.Builder extends ServiceCatalogRequest.Builder, SdkPojo, CopyableBuilder<TerminateProvisionedProductRequest.Builder,TerminateProvisionedProductRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description TerminateProvisionedProductRequest.BuilderacceptLanguage(String acceptLanguage)The language code.TerminateProvisionedProductRequest.BuilderignoreErrors(Boolean ignoreErrors)If set to true, Service Catalog stops managing the specified provisioned product even if it cannot delete the underlying resources.TerminateProvisionedProductRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)TerminateProvisionedProductRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)TerminateProvisionedProductRequest.BuilderprovisionedProductId(String provisionedProductId)The identifier of the provisioned product.TerminateProvisionedProductRequest.BuilderprovisionedProductName(String provisionedProductName)The name of the provisioned product.TerminateProvisionedProductRequest.BuilderretainPhysicalResources(Boolean retainPhysicalResources)When this boolean parameter is set to true, theTerminateProvisionedProductAPI deletes the Service Catalog provisioned product.TerminateProvisionedProductRequest.BuilderterminateToken(String terminateToken)An idempotency token that uniquely identifies the termination request.-
Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Methods inherited from interface software.amazon.awssdk.services.servicecatalog.model.ServiceCatalogRequest.Builder
build
-
-
-
-
Method Detail
-
provisionedProductName
TerminateProvisionedProductRequest.Builder provisionedProductName(String provisionedProductName)
The name of the provisioned product. You cannot specify both
ProvisionedProductNameandProvisionedProductId.- Parameters:
provisionedProductName- The name of the provisioned product. You cannot specify bothProvisionedProductNameandProvisionedProductId.- 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
ProvisionedProductNameandProvisionedProductId.- Parameters:
provisionedProductId- The identifier of the provisioned product. You cannot specify bothProvisionedProductNameandProvisionedProductId.- 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
TerminateProvisionedProductAPI 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, theTerminateProvisionedProductAPI 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
TerminateProvisionedProductRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
TerminateProvisionedProductRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-