Interface ProvisionProductRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<ProvisionProductRequest.Builder,ProvisionProductRequest>,SdkBuilder<ProvisionProductRequest.Builder,ProvisionProductRequest>,SdkPojo,SdkRequest.Builder,ServiceCatalogRequest.Builder
- Enclosing class:
- ProvisionProductRequest
public static interface ProvisionProductRequest.Builder extends ServiceCatalogRequest.Builder, SdkPojo, CopyableBuilder<ProvisionProductRequest.Builder,ProvisionProductRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description ProvisionProductRequest.BuilderacceptLanguage(String acceptLanguage)The language code.ProvisionProductRequest.BuildernotificationArns(String... notificationArns)Passed to CloudFormation.ProvisionProductRequest.BuildernotificationArns(Collection<String> notificationArns)Passed to CloudFormation.ProvisionProductRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)ProvisionProductRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)ProvisionProductRequest.BuilderpathId(String pathId)The path identifier of the product.ProvisionProductRequest.BuilderpathName(String pathName)The name of the path.ProvisionProductRequest.BuilderproductId(String productId)The product identifier.ProvisionProductRequest.BuilderproductName(String productName)The name of the product.ProvisionProductRequest.BuilderprovisionedProductName(String provisionedProductName)A user-friendly name for the provisioned product.ProvisionProductRequest.BuilderprovisioningArtifactId(String provisioningArtifactId)The identifier of the provisioning artifact.ProvisionProductRequest.BuilderprovisioningArtifactName(String provisioningArtifactName)The name of the provisioning artifact.ProvisionProductRequest.BuilderprovisioningParameters(Collection<ProvisioningParameter> provisioningParameters)Parameters specified by the administrator that are required for provisioning the product.ProvisionProductRequest.BuilderprovisioningParameters(Consumer<ProvisioningParameter.Builder>... provisioningParameters)Parameters specified by the administrator that are required for provisioning the product.ProvisionProductRequest.BuilderprovisioningParameters(ProvisioningParameter... provisioningParameters)Parameters specified by the administrator that are required for provisioning the product.default ProvisionProductRequest.BuilderprovisioningPreferences(Consumer<ProvisioningPreferences.Builder> provisioningPreferences)An object that contains information about the provisioning preferences for a stack set.ProvisionProductRequest.BuilderprovisioningPreferences(ProvisioningPreferences provisioningPreferences)An object that contains information about the provisioning preferences for a stack set.ProvisionProductRequest.BuilderprovisionToken(String provisionToken)An idempotency token that uniquely identifies the provisioning request.ProvisionProductRequest.Buildertags(Collection<Tag> tags)One or more tags.ProvisionProductRequest.Buildertags(Consumer<Tag.Builder>... tags)One or more tags.ProvisionProductRequest.Buildertags(Tag... tags)One or more tags.-
Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
Methods inherited from interface software.amazon.awssdk.services.servicecatalog.model.ServiceCatalogRequest.Builder
build
-
-
-
-
Method Detail
-
acceptLanguage
ProvisionProductRequest.Builder acceptLanguage(String acceptLanguage)
The language code.
-
jp- Japanese -
zh- Chinese
- Parameters:
acceptLanguage- The language code.-
jp- Japanese -
zh- Chinese
-
- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-
productId
ProvisionProductRequest.Builder productId(String productId)
The product identifier. You must provide the name or ID, but not both.
- Parameters:
productId- The product identifier. You must provide the name or ID, but not both.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
productName
ProvisionProductRequest.Builder productName(String productName)
The name of the product. You must provide the name or ID, but not both.
- Parameters:
productName- The name of the product. You must provide the name or ID, but not both.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
provisioningArtifactId
ProvisionProductRequest.Builder provisioningArtifactId(String provisioningArtifactId)
The identifier of the provisioning artifact. You must provide the name or ID, but not both.
- Parameters:
provisioningArtifactId- The identifier of the provisioning artifact. You must provide the name or ID, but not both.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
provisioningArtifactName
ProvisionProductRequest.Builder provisioningArtifactName(String provisioningArtifactName)
The name of the provisioning artifact. You must provide the name or ID, but not both.
- Parameters:
provisioningArtifactName- The name of the provisioning artifact. You must provide the name or ID, but not both.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
pathId
ProvisionProductRequest.Builder pathId(String pathId)
The path identifier of the product. This value is optional if the product has a default path, and required if the product has more than one path. To list the paths for a product, use ListLaunchPaths. You must provide the name or ID, but not both.
- Parameters:
pathId- The path identifier of the product. This value is optional if the product has a default path, and required if the product has more than one path. To list the paths for a product, use ListLaunchPaths. You must provide the name or ID, but not both.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
pathName
ProvisionProductRequest.Builder pathName(String pathName)
The name of the path. You must provide the name or ID, but not both.
- Parameters:
pathName- The name of the path. You must provide the name or ID, but not both.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
provisionedProductName
ProvisionProductRequest.Builder provisionedProductName(String provisionedProductName)
A user-friendly name for the provisioned product. This value must be unique for the Amazon Web Services account and cannot be updated after the product is provisioned.
- Parameters:
provisionedProductName- A user-friendly name for the provisioned product. This value must be unique for the Amazon Web Services account and cannot be updated after the product is provisioned.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
provisioningParameters
ProvisionProductRequest.Builder provisioningParameters(Collection<ProvisioningParameter> provisioningParameters)
Parameters specified by the administrator that are required for provisioning the product.
- Parameters:
provisioningParameters- Parameters specified by the administrator that are required for provisioning the product.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
provisioningParameters
ProvisionProductRequest.Builder provisioningParameters(ProvisioningParameter... provisioningParameters)
Parameters specified by the administrator that are required for provisioning the product.
- Parameters:
provisioningParameters- Parameters specified by the administrator that are required for provisioning the product.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
provisioningParameters
ProvisionProductRequest.Builder provisioningParameters(Consumer<ProvisioningParameter.Builder>... provisioningParameters)
Parameters specified by the administrator that are required for provisioning the product.
This is a convenience method that creates an instance of theProvisioningParameter.Builderavoiding the need to create one manually viaProvisioningParameter.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed to#provisioningParameters(List.) - Parameters:
provisioningParameters- a consumer that will call methods onProvisioningParameter.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
#provisioningParameters(java.util.Collection)
-
provisioningPreferences
ProvisionProductRequest.Builder provisioningPreferences(ProvisioningPreferences provisioningPreferences)
An object that contains information about the provisioning preferences for a stack set.
- Parameters:
provisioningPreferences- An object that contains information about the provisioning preferences for a stack set.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
provisioningPreferences
default ProvisionProductRequest.Builder provisioningPreferences(Consumer<ProvisioningPreferences.Builder> provisioningPreferences)
An object that contains information about the provisioning preferences for a stack set.
This is a convenience method that creates an instance of theProvisioningPreferences.Builderavoiding the need to create one manually viaProvisioningPreferences.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed toprovisioningPreferences(ProvisioningPreferences).- Parameters:
provisioningPreferences- a consumer that will call methods onProvisioningPreferences.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
provisioningPreferences(ProvisioningPreferences)
-
tags
ProvisionProductRequest.Builder tags(Collection<Tag> tags)
One or more tags.
- Parameters:
tags- One or more tags.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
tags
ProvisionProductRequest.Builder tags(Tag... tags)
One or more tags.
- Parameters:
tags- One or more tags.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
tags
ProvisionProductRequest.Builder tags(Consumer<Tag.Builder>... tags)
One or more tags.
This is a convenience method that creates an instance of theTag.Builderavoiding the need to create one manually viaTag.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed to#tags(List.) - Parameters:
tags- a consumer that will call methods onTag.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
#tags(java.util.Collection)
-
notificationArns
ProvisionProductRequest.Builder notificationArns(Collection<String> notificationArns)
Passed to CloudFormation. The SNS topic ARNs to which to publish stack-related events.
- Parameters:
notificationArns- Passed to CloudFormation. The SNS topic ARNs to which to publish stack-related events.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
notificationArns
ProvisionProductRequest.Builder notificationArns(String... notificationArns)
Passed to CloudFormation. The SNS topic ARNs to which to publish stack-related events.
- Parameters:
notificationArns- Passed to CloudFormation. The SNS topic ARNs to which to publish stack-related events.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
provisionToken
ProvisionProductRequest.Builder provisionToken(String provisionToken)
An idempotency token that uniquely identifies the provisioning request.
- Parameters:
provisionToken- An idempotency token that uniquely identifies the provisioning request.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
ProvisionProductRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
ProvisionProductRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-