public static interface DescribeProvisioningParametersResponse.Builder extends ServiceCatalogResponse.Builder, SdkPojo, CopyableBuilder<DescribeProvisioningParametersResponse.Builder,DescribeProvisioningParametersResponse>
| Modifier and Type | Method and Description |
|---|---|
DescribeProvisioningParametersResponse.Builder |
constraintSummaries(Collection<ConstraintSummary> constraintSummaries)
Information about the constraints used to provision the product.
|
DescribeProvisioningParametersResponse.Builder |
constraintSummaries(ConstraintSummary... constraintSummaries)
Information about the constraints used to provision the product.
|
DescribeProvisioningParametersResponse.Builder |
constraintSummaries(Consumer<ConstraintSummary.Builder>... constraintSummaries)
Information about the constraints used to provision the product.
|
DescribeProvisioningParametersResponse.Builder |
provisioningArtifactOutputKeys(Collection<ProvisioningArtifactOutput> provisioningArtifactOutputKeys)
A list of the keys and descriptions of the outputs.
|
DescribeProvisioningParametersResponse.Builder |
provisioningArtifactOutputKeys(Consumer<ProvisioningArtifactOutput.Builder>... provisioningArtifactOutputKeys)
A list of the keys and descriptions of the outputs.
|
DescribeProvisioningParametersResponse.Builder |
provisioningArtifactOutputKeys(ProvisioningArtifactOutput... provisioningArtifactOutputKeys)
A list of the keys and descriptions of the outputs.
|
DescribeProvisioningParametersResponse.Builder |
provisioningArtifactOutputs(Collection<ProvisioningArtifactOutput> provisioningArtifactOutputs)
Deprecated.
This property is deprecated and returns the Id and Description of the Provisioning Artifact. Use
ProvisioningArtifactOutputKeys instead to get the Keys and Descriptions of the outputs.
|
DescribeProvisioningParametersResponse.Builder |
provisioningArtifactOutputs(Consumer<ProvisioningArtifactOutput.Builder>... provisioningArtifactOutputs)
Deprecated.
This property is deprecated and returns the Id and Description of the Provisioning Artifact. Use
ProvisioningArtifactOutputKeys instead to get the Keys and Descriptions of the outputs.
|
DescribeProvisioningParametersResponse.Builder |
provisioningArtifactOutputs(ProvisioningArtifactOutput... provisioningArtifactOutputs)
Deprecated.
This property is deprecated and returns the Id and Description of the Provisioning Artifact. Use
ProvisioningArtifactOutputKeys instead to get the Keys and Descriptions of the outputs.
|
DescribeProvisioningParametersResponse.Builder |
provisioningArtifactParameters(Collection<ProvisioningArtifactParameter> provisioningArtifactParameters)
Information about the parameters used to provision the product.
|
DescribeProvisioningParametersResponse.Builder |
provisioningArtifactParameters(Consumer<ProvisioningArtifactParameter.Builder>... provisioningArtifactParameters)
Information about the parameters used to provision the product.
|
DescribeProvisioningParametersResponse.Builder |
provisioningArtifactParameters(ProvisioningArtifactParameter... provisioningArtifactParameters)
Information about the parameters used to provision the product.
|
default DescribeProvisioningParametersResponse.Builder |
provisioningArtifactPreferences(Consumer<ProvisioningArtifactPreferences.Builder> provisioningArtifactPreferences)
An object that contains information about preferences, such as Regions and accounts, for the provisioning
artifact.
|
DescribeProvisioningParametersResponse.Builder |
provisioningArtifactPreferences(ProvisioningArtifactPreferences provisioningArtifactPreferences)
An object that contains information about preferences, such as Regions and accounts, for the provisioning
artifact.
|
DescribeProvisioningParametersResponse.Builder |
tagOptions(Collection<TagOptionSummary> tagOptions)
Information about the TagOptions associated with the resource.
|
DescribeProvisioningParametersResponse.Builder |
tagOptions(Consumer<TagOptionSummary.Builder>... tagOptions)
Information about the TagOptions associated with the resource.
|
DescribeProvisioningParametersResponse.Builder |
tagOptions(TagOptionSummary... tagOptions)
Information about the TagOptions associated with the resource.
|
DescribeProvisioningParametersResponse.Builder |
usageInstructions(Collection<UsageInstruction> usageInstructions)
Any additional metadata specifically related to the provisioning of the product.
|
DescribeProvisioningParametersResponse.Builder |
usageInstructions(Consumer<UsageInstruction.Builder>... 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.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildDescribeProvisioningParametersResponse.Builder provisioningArtifactParameters(Collection<ProvisioningArtifactParameter> provisioningArtifactParameters)
Information about the parameters used to provision the product.
provisioningArtifactParameters - Information about the parameters used to provision the product.DescribeProvisioningParametersResponse.Builder provisioningArtifactParameters(ProvisioningArtifactParameter... provisioningArtifactParameters)
Information about the parameters used to provision the product.
provisioningArtifactParameters - Information about the parameters used to provision the product.DescribeProvisioningParametersResponse.Builder provisioningArtifactParameters(Consumer<ProvisioningArtifactParameter.Builder>... provisioningArtifactParameters)
Information about the parameters used to provision the product.
This is a convenience method that creates an instance of theProvisioningArtifactParameter.Builder avoiding
the need to create one manually via
ProvisioningArtifactParameter.builder().
When the Consumer completes,
SdkBuilder.build() is
called immediately and its result is passed to #provisioningArtifactParameters(List.
provisioningArtifactParameters - a consumer that will call methods on
ProvisioningArtifactParameter.Builder#provisioningArtifactParameters(java.util.Collection) DescribeProvisioningParametersResponse.Builder constraintSummaries(Collection<ConstraintSummary> constraintSummaries)
Information about the constraints used to provision the product.
constraintSummaries - Information about the constraints used to provision the product.DescribeProvisioningParametersResponse.Builder constraintSummaries(ConstraintSummary... constraintSummaries)
Information about the constraints used to provision the product.
constraintSummaries - Information about the constraints used to provision the product.DescribeProvisioningParametersResponse.Builder constraintSummaries(Consumer<ConstraintSummary.Builder>... constraintSummaries)
Information about the constraints used to provision the product.
This is a convenience method that creates an instance of theConstraintSummary.Builder avoiding the need to
create one manually via
ConstraintSummary.builder().
When the Consumer completes,
SdkBuilder.build() is called
immediately and its result is passed to #constraintSummaries(List.
constraintSummaries - a consumer that will call methods on
ConstraintSummary.Builder#constraintSummaries(java.util.Collection) 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.
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(Consumer<UsageInstruction.Builder>... usageInstructions)
Any additional metadata specifically related to the provisioning of the product. For example, see the
Version field of the CloudFormation template.
UsageInstruction.Builder avoiding the need to
create one manually via
UsageInstruction.builder().
When the Consumer completes,
SdkBuilder.build() is called
immediately and its result is passed to #usageInstructions(List.
usageInstructions - a consumer that will call methods on
UsageInstruction.Builder#usageInstructions(java.util.Collection) DescribeProvisioningParametersResponse.Builder tagOptions(Collection<TagOptionSummary> tagOptions)
Information about the TagOptions associated with the resource.
tagOptions - Information about the TagOptions associated with the resource.DescribeProvisioningParametersResponse.Builder tagOptions(TagOptionSummary... tagOptions)
Information about the TagOptions associated with the resource.
tagOptions - Information about the TagOptions associated with the resource.DescribeProvisioningParametersResponse.Builder tagOptions(Consumer<TagOptionSummary.Builder>... tagOptions)
Information about the TagOptions associated with the resource.
This is a convenience method that creates an instance of theTagOptionSummary.Builder avoiding the need to
create one manually via
TagOptionSummary.builder().
When the Consumer completes,
SdkBuilder.build() is called
immediately and its result is passed to #tagOptions(List.
tagOptions - a consumer that will call methods on
TagOptionSummary.Builder#tagOptions(java.util.Collection) DescribeProvisioningParametersResponse.Builder provisioningArtifactPreferences(ProvisioningArtifactPreferences provisioningArtifactPreferences)
An object that contains information about preferences, such as Regions and accounts, for the provisioning artifact.
provisioningArtifactPreferences - An object that contains information about preferences, such as Regions and accounts, for the
provisioning artifact.default DescribeProvisioningParametersResponse.Builder provisioningArtifactPreferences(Consumer<ProvisioningArtifactPreferences.Builder> provisioningArtifactPreferences)
An object that contains information about preferences, such as Regions and accounts, for the provisioning artifact.
This is a convenience method that creates an instance of theProvisioningArtifactPreferences.Builder
avoiding the need to create one manually via ProvisioningArtifactPreferences.builder().
When the Consumer completes, SdkBuilder.build() is called
immediately and its result is passed to
provisioningArtifactPreferences(ProvisioningArtifactPreferences).
provisioningArtifactPreferences - a consumer that will call methods on ProvisioningArtifactPreferences.BuilderprovisioningArtifactPreferences(ProvisioningArtifactPreferences)@Deprecated DescribeProvisioningParametersResponse.Builder provisioningArtifactOutputs(Collection<ProvisioningArtifactOutput> provisioningArtifactOutputs)
The output of the provisioning artifact.
provisioningArtifactOutputs - The output of the provisioning artifact.@Deprecated DescribeProvisioningParametersResponse.Builder provisioningArtifactOutputs(ProvisioningArtifactOutput... provisioningArtifactOutputs)
The output of the provisioning artifact.
provisioningArtifactOutputs - The output of the provisioning artifact.@Deprecated DescribeProvisioningParametersResponse.Builder provisioningArtifactOutputs(Consumer<ProvisioningArtifactOutput.Builder>... provisioningArtifactOutputs)
The output of the provisioning artifact.
This is a convenience method that creates an instance of theProvisioningArtifactOutput.Builder avoiding the
need to create one manually via
ProvisioningArtifactOutput.builder().
When the Consumer completes,
SdkBuilder.build() is
called immediately and its result is passed to #provisioningArtifactOutputs(List.
provisioningArtifactOutputs - a consumer that will call methods on
ProvisioningArtifactOutput.Builder#provisioningArtifactOutputs(java.util.Collection) DescribeProvisioningParametersResponse.Builder provisioningArtifactOutputKeys(Collection<ProvisioningArtifactOutput> provisioningArtifactOutputKeys)
A list of the keys and descriptions of the outputs. These outputs can be referenced from a provisioned product launched from this provisioning artifact.
provisioningArtifactOutputKeys - A list of the keys and descriptions of the outputs. These outputs can be referenced from a provisioned
product launched from this provisioning artifact.DescribeProvisioningParametersResponse.Builder provisioningArtifactOutputKeys(ProvisioningArtifactOutput... provisioningArtifactOutputKeys)
A list of the keys and descriptions of the outputs. These outputs can be referenced from a provisioned product launched from this provisioning artifact.
provisioningArtifactOutputKeys - A list of the keys and descriptions of the outputs. These outputs can be referenced from a provisioned
product launched from this provisioning artifact.DescribeProvisioningParametersResponse.Builder provisioningArtifactOutputKeys(Consumer<ProvisioningArtifactOutput.Builder>... provisioningArtifactOutputKeys)
A list of the keys and descriptions of the outputs. These outputs can be referenced from a provisioned product launched from this provisioning artifact.
This is a convenience method that creates an instance of theProvisioningArtifactOutput.Builder avoiding the
need to create one manually via
ProvisioningArtifactOutput.builder().
When the Consumer completes,
SdkBuilder.build() is
called immediately and its result is passed to #provisioningArtifactOutputKeys(List.
provisioningArtifactOutputKeys - a consumer that will call methods on
ProvisioningArtifactOutput.Builder#provisioningArtifactOutputKeys(java.util.Collection) Copyright © 2023. All rights reserved.