CopyableBuilder<ListProvisioningArtifactsRequest.Builder,ListProvisioningArtifactsRequest>
, SdkBuilder<ListProvisioningArtifactsRequest.Builder,ListProvisioningArtifactsRequest>
public static interface ListProvisioningArtifactsRequest.Builder extends CopyableBuilder<ListProvisioningArtifactsRequest.Builder,ListProvisioningArtifactsRequest>
Modifier and Type | Method | Description |
---|---|---|
ListProvisioningArtifactsRequest.Builder |
acceptLanguage(String acceptLanguage) |
The language code to use for this operation.
|
ListProvisioningArtifactsRequest.Builder |
productId(String productId) |
The product identifier.
|
copy
apply, build
ListProvisioningArtifactsRequest.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.
ListProvisioningArtifactsRequest.Builder productId(String productId)
The product identifier.
productId
- The product identifier.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.