CopyableBuilder<CreateProductRequest.Builder,CreateProductRequest>
, SdkBuilder<CreateProductRequest.Builder,CreateProductRequest>
public static interface CreateProductRequest.Builder extends CopyableBuilder<CreateProductRequest.Builder,CreateProductRequest>
Modifier and Type | Method | Description |
---|---|---|
CreateProductRequest.Builder |
acceptLanguage(String acceptLanguage) |
The language code to use for this operation.
|
CreateProductRequest.Builder |
description(String description) |
The text description of the product.
|
CreateProductRequest.Builder |
distributor(String distributor) |
The distributor of the product.
|
CreateProductRequest.Builder |
idempotencyToken(String idempotencyToken) |
A token to disambiguate duplicate requests.
|
CreateProductRequest.Builder |
name(String name) |
The name of the product.
|
CreateProductRequest.Builder |
owner(String owner) |
The owner of the product.
|
CreateProductRequest.Builder |
productType(String productType) |
The type of the product to create.
|
CreateProductRequest.Builder |
productType(ProductType productType) |
The type of the product to create.
|
CreateProductRequest.Builder |
provisioningArtifactParameters(ProvisioningArtifactProperties provisioningArtifactParameters) |
Parameters for the provisioning artifact.
|
CreateProductRequest.Builder |
supportDescription(String supportDescription) |
Support information about the product.
|
CreateProductRequest.Builder |
supportEmail(String supportEmail) |
Contact email for product support.
|
CreateProductRequest.Builder |
supportUrl(String supportUrl) |
Contact URL for product support.
|
CreateProductRequest.Builder |
tags(Collection<Tag> tags) |
Tags to associate with the new product.
|
CreateProductRequest.Builder |
tags(Tag... tags) |
Tags to associate with the new product.
|
copy
apply, build
CreateProductRequest.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.
CreateProductRequest.Builder name(String name)
The name of the product.
name
- The name of the product.CreateProductRequest.Builder owner(String owner)
The owner of the product.
owner
- The owner of the product.CreateProductRequest.Builder description(String description)
The text description of the product.
description
- The text description of the product.CreateProductRequest.Builder distributor(String distributor)
The distributor of the product.
distributor
- The distributor of the product.CreateProductRequest.Builder supportDescription(String supportDescription)
Support information about the product.
supportDescription
- Support information about the product.CreateProductRequest.Builder supportEmail(String supportEmail)
Contact email for product support.
supportEmail
- Contact email for product support.CreateProductRequest.Builder supportUrl(String supportUrl)
Contact URL for product support.
supportUrl
- Contact URL for product support.CreateProductRequest.Builder productType(String productType)
The type of the product to create.
productType
- The type of the product to create.ProductType
CreateProductRequest.Builder productType(ProductType productType)
The type of the product to create.
productType
- The type of the product to create.ProductType
CreateProductRequest.Builder tags(Collection<Tag> tags)
Tags to associate with the new product.
tags
- Tags to associate with the new product.CreateProductRequest.Builder tags(Tag... tags)
Tags to associate with the new product.
NOTE: This method appends the values to the existing list (if any). Use
#setTags(java.util.Collection)
or #withTags(java.util.Collection)
if you want to override the
existing values.
tags
- Tags to associate with the new product.CreateProductRequest.Builder provisioningArtifactParameters(ProvisioningArtifactProperties provisioningArtifactParameters)
Parameters for the provisioning artifact.
provisioningArtifactParameters
- Parameters for the provisioning artifact.CreateProductRequest.Builder idempotencyToken(String idempotencyToken)
A token to disambiguate duplicate requests. You can create multiple resources using the same input in multiple requests, provided that you also specify a different idempotency token for each request.
idempotencyToken
- A token to disambiguate duplicate requests. You can create multiple resources using the same input in
multiple requests, provided that you also specify a different idempotency token for each request.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.