Interface CreateProvisionedProductPlanRequest.Builder
- All Superinterfaces:
AwsRequest.Builder
,Buildable
,CopyableBuilder<CreateProvisionedProductPlanRequest.Builder,
,CreateProvisionedProductPlanRequest> SdkBuilder<CreateProvisionedProductPlanRequest.Builder,
,CreateProvisionedProductPlanRequest> SdkPojo
,SdkRequest.Builder
,ServiceCatalogRequest.Builder
- Enclosing class:
CreateProvisionedProductPlanRequest
-
Method Summary
Modifier and TypeMethodDescriptionacceptLanguage
(String acceptLanguage) The language code.idempotencyToken
(String idempotencyToken) A unique identifier that you provide to ensure idempotency.notificationArns
(String... notificationArns) Passed to CloudFormation.notificationArns
(Collection<String> notificationArns) Passed to CloudFormation.overrideConfiguration
(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Add an optional request override configuration.overrideConfiguration
(AwsRequestOverrideConfiguration overrideConfiguration) Add an optional request override configuration.The path identifier of the product.The name of the plan.The plan type.planType
(ProvisionedProductPlanType planType) The plan type.The product identifier.provisionedProductName
(String provisionedProductName) A user-friendly name for the provisioned product.provisioningArtifactId
(String provisioningArtifactId) The identifier of the provisioning artifact.provisioningParameters
(Collection<UpdateProvisioningParameter> provisioningParameters) Parameters specified by the administrator that are required for provisioning the product.provisioningParameters
(Consumer<UpdateProvisioningParameter.Builder>... provisioningParameters) Parameters specified by the administrator that are required for provisioning the product.provisioningParameters
(UpdateProvisioningParameter... provisioningParameters) Parameters specified by the administrator that are required for provisioning the product.tags
(Collection<Tag> tags) One or more tags.tags
(Consumer<Tag.Builder>... tags) One or more 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, sdkFieldNameToField, sdkFields
Methods inherited from interface software.amazon.awssdk.services.servicecatalog.model.ServiceCatalogRequest.Builder
build
-
Method Details
-
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.
-
-
planName
The name of the plan.
- Parameters:
planName
- The name of the plan.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
planType
The plan type.
- Parameters:
planType
- The plan type.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
planType
The plan type.
- Parameters:
planType
- The plan type.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
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
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.
-
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.
- 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.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
productId
The product identifier.
- Parameters:
productId
- The product identifier.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
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.
-
provisioningArtifactId
The identifier of the provisioning artifact.
- Parameters:
provisioningArtifactId
- The identifier of the provisioning artifact.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
provisioningParameters
CreateProvisionedProductPlanRequest.Builder provisioningParameters(Collection<UpdateProvisioningParameter> 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
CreateProvisionedProductPlanRequest.Builder provisioningParameters(UpdateProvisioningParameter... 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
CreateProvisionedProductPlanRequest.Builder provisioningParameters(Consumer<UpdateProvisioningParameter.Builder>... provisioningParameters) Parameters specified by the administrator that are required for provisioning the product.
This is a convenience method that creates an instance of theUpdateProvisioningParameter.Builder
avoiding the need to create one manually viaUpdateProvisioningParameter.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed toprovisioningParameters(List<UpdateProvisioningParameter>)
.- Parameters:
provisioningParameters
- a consumer that will call methods onUpdateProvisioningParameter.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
idempotencyToken
A unique identifier that you provide to ensure idempotency. If multiple requests differ only by the idempotency token, the same response is returned for each repeated request.
- Parameters:
idempotencyToken
- A unique identifier that you provide to ensure idempotency. If multiple requests differ only by the idempotency token, the same response is returned for each repeated request.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
tags
One or more tags.
If the plan is for an existing provisioned product, the product must have a
RESOURCE_UPDATE
constraint withTagUpdatesOnProvisionedProduct
set toALLOWED
to allow tag updates.- Parameters:
tags
- One or more tags.If the plan is for an existing provisioned product, the product must have a
RESOURCE_UPDATE
constraint withTagUpdatesOnProvisionedProduct
set toALLOWED
to allow tag updates.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
tags
One or more tags.
If the plan is for an existing provisioned product, the product must have a
RESOURCE_UPDATE
constraint withTagUpdatesOnProvisionedProduct
set toALLOWED
to allow tag updates.- Parameters:
tags
- One or more tags.If the plan is for an existing provisioned product, the product must have a
RESOURCE_UPDATE
constraint withTagUpdatesOnProvisionedProduct
set toALLOWED
to allow tag updates.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
tags
One or more tags.
If the plan is for an existing provisioned product, the product must have a
This is a convenience method that creates an instance of theRESOURCE_UPDATE
constraint withTagUpdatesOnProvisionedProduct
set toALLOWED
to allow tag updates.Tag.Builder
avoiding the need to create one manually viaTag.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed totags(List<Tag>)
.- 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:
-
overrideConfiguration
CreateProvisionedProductPlanRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Description copied from interface:AwsRequest.Builder
Add an optional request override configuration.- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
- Parameters:
overrideConfiguration
- The override configuration.- Returns:
- This object for method chaining.
-
overrideConfiguration
CreateProvisionedProductPlanRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Description copied from interface:AwsRequest.Builder
Add an optional request override configuration.- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
- Parameters:
builderConsumer
- AConsumer
to which an emptyAwsRequestOverrideConfiguration.Builder
will be given.- Returns:
- This object for method chaining.
-