public static interface ProvisionProductRequest.Builder extends ServiceCatalogRequest.Builder, SdkPojo, CopyableBuilder<ProvisionProductRequest.Builder,ProvisionProductRequest>
| Modifier and Type | Method and Description |
|---|---|
ProvisionProductRequest.Builder |
acceptLanguage(String acceptLanguage)
The language code.
|
ProvisionProductRequest.Builder |
notificationArns(Collection<String> notificationArns)
Passed to CloudFormation.
|
ProvisionProductRequest.Builder |
notificationArns(String... notificationArns)
Passed to CloudFormation.
|
ProvisionProductRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
ProvisionProductRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
ProvisionProductRequest.Builder |
pathId(String pathId)
The path identifier of the product.
|
ProvisionProductRequest.Builder |
pathName(String pathName)
The name of the path.
|
ProvisionProductRequest.Builder |
productId(String productId)
The product identifier.
|
ProvisionProductRequest.Builder |
productName(String productName)
The name of the product.
|
ProvisionProductRequest.Builder |
provisionedProductName(String provisionedProductName)
A user-friendly name for the provisioned product.
|
ProvisionProductRequest.Builder |
provisioningArtifactId(String provisioningArtifactId)
The identifier of the provisioning artifact.
|
ProvisionProductRequest.Builder |
provisioningArtifactName(String provisioningArtifactName)
The name of the provisioning artifact.
|
ProvisionProductRequest.Builder |
provisioningParameters(Collection<ProvisioningParameter> provisioningParameters)
Parameters specified by the administrator that are required for provisioning the product.
|
ProvisionProductRequest.Builder |
provisioningParameters(Consumer<ProvisioningParameter.Builder>... provisioningParameters)
Parameters specified by the administrator that are required for provisioning the product.
|
ProvisionProductRequest.Builder |
provisioningParameters(ProvisioningParameter... provisioningParameters)
Parameters specified by the administrator that are required for provisioning the product.
|
default ProvisionProductRequest.Builder |
provisioningPreferences(Consumer<ProvisioningPreferences.Builder> provisioningPreferences)
An object that contains information about the provisioning preferences for a stack set.
|
ProvisionProductRequest.Builder |
provisioningPreferences(ProvisioningPreferences provisioningPreferences)
An object that contains information about the provisioning preferences for a stack set.
|
ProvisionProductRequest.Builder |
provisionToken(String provisionToken)
An idempotency token that uniquely identifies the provisioning request.
|
ProvisionProductRequest.Builder |
tags(Collection<Tag> tags)
One or more tags.
|
ProvisionProductRequest.Builder |
tags(Consumer<Tag.Builder>... tags)
One or more tags.
|
ProvisionProductRequest.Builder |
tags(Tag... tags)
One or more tags.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildProvisionProductRequest.Builder acceptLanguage(String acceptLanguage)
The language code.
jp - Japanese
zh - Chinese
acceptLanguage - The language code.
jp - Japanese
zh - Chinese
ProvisionProductRequest.Builder productId(String productId)
The product identifier. You must provide the name or ID, but not both.
productId - The product identifier. You must provide the name or ID, but not both.ProvisionProductRequest.Builder productName(String productName)
The name of the product. You must provide the name or ID, but not both.
productName - The name of the product. You must provide the name or ID, but not both.ProvisionProductRequest.Builder provisioningArtifactId(String provisioningArtifactId)
The identifier of the provisioning artifact. You must provide the name or ID, but not both.
provisioningArtifactId - The identifier of the provisioning artifact. You must provide the name or ID, but not both.ProvisionProductRequest.Builder provisioningArtifactName(String provisioningArtifactName)
The name of the provisioning artifact. You must provide the name or ID, but not both.
provisioningArtifactName - The name of the provisioning artifact. You must provide the name or ID, but not both.ProvisionProductRequest.Builder pathId(String pathId)
The path identifier of the product. This value is optional if the product has a default path, and required if the product has more than one path. To list the paths for a product, use ListLaunchPaths. You must provide the name or ID, but not both.
pathId - The path identifier of the product. This value is optional if the product has a default path, and
required if the product has more than one path. To list the paths for a product, use
ListLaunchPaths. You must provide the name or ID, but not both.ProvisionProductRequest.Builder pathName(String pathName)
The name of the path. You must provide the name or ID, but not both.
pathName - The name of the path. You must provide the name or ID, but not both.ProvisionProductRequest.Builder provisionedProductName(String provisionedProductName)
A user-friendly name for the provisioned product. This value must be unique for the Amazon Web Services account and cannot be updated after the product is provisioned.
provisionedProductName - A user-friendly name for the provisioned product. This value must be unique for the Amazon Web
Services account and cannot be updated after the product is provisioned.ProvisionProductRequest.Builder provisioningParameters(Collection<ProvisioningParameter> provisioningParameters)
Parameters specified by the administrator that are required for provisioning the product.
provisioningParameters - Parameters specified by the administrator that are required for provisioning the product.ProvisionProductRequest.Builder provisioningParameters(ProvisioningParameter... provisioningParameters)
Parameters specified by the administrator that are required for provisioning the product.
provisioningParameters - Parameters specified by the administrator that are required for provisioning the product.ProvisionProductRequest.Builder provisioningParameters(Consumer<ProvisioningParameter.Builder>... provisioningParameters)
Parameters specified by the administrator that are required for provisioning the product.
This is a convenience method that creates an instance of theProvisioningParameter.Builder avoiding the need
to create one manually via
ProvisioningParameter.builder().
When the Consumer completes,
SdkBuilder.build() is called
immediately and its result is passed to #provisioningParameters(List.
provisioningParameters - a consumer that will call methods on
ProvisioningParameter.Builder#provisioningParameters(java.util.Collection) ProvisionProductRequest.Builder provisioningPreferences(ProvisioningPreferences provisioningPreferences)
An object that contains information about the provisioning preferences for a stack set.
provisioningPreferences - An object that contains information about the provisioning preferences for a stack set.default ProvisionProductRequest.Builder provisioningPreferences(Consumer<ProvisioningPreferences.Builder> provisioningPreferences)
An object that contains information about the provisioning preferences for a stack set.
This is a convenience method that creates an instance of theProvisioningPreferences.Builder avoiding
the need to create one manually via ProvisioningPreferences.builder().
When the Consumer completes, SdkBuilder.build() is called immediately
and its result is passed to provisioningPreferences(ProvisioningPreferences).
provisioningPreferences - a consumer that will call methods on ProvisioningPreferences.BuilderprovisioningPreferences(ProvisioningPreferences)ProvisionProductRequest.Builder tags(Collection<Tag> tags)
One or more tags.
tags - One or more tags.ProvisionProductRequest.Builder tags(Tag... tags)
One or more tags.
tags - One or more tags.ProvisionProductRequest.Builder tags(Consumer<Tag.Builder>... tags)
One or more tags.
This is a convenience method that creates an instance of theTag.Builder avoiding the need to create one
manually via Tag.builder().
When the Consumer completes,
SdkBuilder.build() is called immediately and
its result is passed to #tags(List.
tags - a consumer that will call methods on
Tag.Builder#tags(java.util.Collection) ProvisionProductRequest.Builder notificationArns(Collection<String> notificationArns)
Passed to CloudFormation. The SNS topic ARNs to which to publish stack-related events.
notificationArns - Passed to CloudFormation. The SNS topic ARNs to which to publish stack-related events.ProvisionProductRequest.Builder notificationArns(String... notificationArns)
Passed to CloudFormation. The SNS topic ARNs to which to publish stack-related events.
notificationArns - Passed to CloudFormation. The SNS topic ARNs to which to publish stack-related events.ProvisionProductRequest.Builder provisionToken(String provisionToken)
An idempotency token that uniquely identifies the provisioning request.
provisionToken - An idempotency token that uniquely identifies the provisioning request.ProvisionProductRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderProvisionProductRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.