CopyableBuilder<DescribeProvisioningParametersRequest.Builder,DescribeProvisioningParametersRequest>
, SdkBuilder<DescribeProvisioningParametersRequest.Builder,DescribeProvisioningParametersRequest>
public static interface DescribeProvisioningParametersRequest.Builder extends CopyableBuilder<DescribeProvisioningParametersRequest.Builder,DescribeProvisioningParametersRequest>
Modifier and Type | Method | Description |
---|---|---|
DescribeProvisioningParametersRequest.Builder |
acceptLanguage(String acceptLanguage) |
The language code to use for this operation.
|
DescribeProvisioningParametersRequest.Builder |
pathId(String pathId) |
The identifier of the path for this product's provisioning.
|
DescribeProvisioningParametersRequest.Builder |
productId(String productId) |
The product identifier.
|
DescribeProvisioningParametersRequest.Builder |
provisioningArtifactId(String provisioningArtifactId) |
The provisioning artifact identifier for this product.
|
copy
apply, build
DescribeProvisioningParametersRequest.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.
DescribeProvisioningParametersRequest.Builder productId(String productId)
The product identifier.
productId
- The product identifier.DescribeProvisioningParametersRequest.Builder provisioningArtifactId(String provisioningArtifactId)
The provisioning artifact identifier for this product. This is sometimes referred to as the product version.
provisioningArtifactId
- The provisioning artifact identifier for this product. This is sometimes referred to as the product
version.DescribeProvisioningParametersRequest.Builder pathId(String pathId)
The identifier of the path for this product's provisioning. This value is optional if the product has a default path, and is required if there is more than one path for the specified product.
pathId
- The identifier of the path for this product's provisioning. This value is optional if the product has
a default path, and is required if there is more than one path for the specified product.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.