CopyableBuilder<DescribeProvisioningParametersResponse.Builder,DescribeProvisioningParametersResponse>, SdkBuilder<DescribeProvisioningParametersResponse.Builder,DescribeProvisioningParametersResponse>public static interface DescribeProvisioningParametersResponse.Builder extends CopyableBuilder<DescribeProvisioningParametersResponse.Builder,DescribeProvisioningParametersResponse>
| Modifier and Type | Method | Description |
|---|---|---|
DescribeProvisioningParametersResponse.Builder |
constraintSummaries(Collection<ConstraintSummary> constraintSummaries) |
The list of constraint summaries that apply to provisioning this product.
|
DescribeProvisioningParametersResponse.Builder |
constraintSummaries(ConstraintSummary... constraintSummaries) |
The list of constraint summaries that apply to provisioning this product.
|
DescribeProvisioningParametersResponse.Builder |
provisioningArtifactParameters(Collection<ProvisioningArtifactParameter> provisioningArtifactParameters) |
The list of parameters used to successfully provision the product.
|
DescribeProvisioningParametersResponse.Builder |
provisioningArtifactParameters(ProvisioningArtifactParameter... provisioningArtifactParameters) |
The list of parameters used to successfully provision the product.
|
DescribeProvisioningParametersResponse.Builder |
usageInstructions(Collection<UsageInstruction> usageInstructions) |
Any additional metadata specifically related to the provisioning of the product.
|
DescribeProvisioningParametersResponse.Builder |
usageInstructions(UsageInstruction... usageInstructions) |
Any additional metadata specifically related to the provisioning of the product.
|
copyapply, buildDescribeProvisioningParametersResponse.Builder provisioningArtifactParameters(Collection<ProvisioningArtifactParameter> provisioningArtifactParameters)
The list of parameters used to successfully provision the product. Each parameter includes a list of allowable values and additional metadata about each parameter.
provisioningArtifactParameters - The list of parameters used to successfully provision the product. Each parameter includes a list of
allowable values and additional metadata about each parameter.DescribeProvisioningParametersResponse.Builder provisioningArtifactParameters(ProvisioningArtifactParameter... provisioningArtifactParameters)
The list of parameters used to successfully provision the product. Each parameter includes a list of allowable values and additional metadata about each parameter.
NOTE: This method appends the values to the existing list (if any). Use
#setProvisioningArtifactParameters(java.util.Collection) or
#withProvisioningArtifactParameters(java.util.Collection) if you want to override the existing
values.
provisioningArtifactParameters - The list of parameters used to successfully provision the product. Each parameter includes a list of
allowable values and additional metadata about each parameter.DescribeProvisioningParametersResponse.Builder constraintSummaries(Collection<ConstraintSummary> constraintSummaries)
The list of constraint summaries that apply to provisioning this product.
constraintSummaries - The list of constraint summaries that apply to provisioning this product.DescribeProvisioningParametersResponse.Builder constraintSummaries(ConstraintSummary... constraintSummaries)
The list of constraint summaries that apply to provisioning this product.
NOTE: This method appends the values to the existing list (if any). Use
#setConstraintSummaries(java.util.Collection) or
#withConstraintSummaries(java.util.Collection) if you want to override the existing values.
constraintSummaries - The list of constraint summaries that apply to provisioning this product.DescribeProvisioningParametersResponse.Builder usageInstructions(Collection<UsageInstruction> usageInstructions)
Any additional metadata specifically related to the provisioning of the product. For example, see the
Version field of the CloudFormation template.
usageInstructions - Any additional metadata specifically related to the provisioning of the product. For example, see the
Version field of the CloudFormation template.DescribeProvisioningParametersResponse.Builder usageInstructions(UsageInstruction... usageInstructions)
Any additional metadata specifically related to the provisioning of the product. For example, see the
Version field of the CloudFormation template.
NOTE: This method appends the values to the existing list (if any). Use
#setUsageInstructions(java.util.Collection) or #withUsageInstructions(java.util.Collection)
if you want to override the existing values.
usageInstructions - Any additional metadata specifically related to the provisioning of the product. For example, see the
Version field of the CloudFormation template.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.