Interface NotifyProvisionProductEngineWorkflowResultRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<NotifyProvisionProductEngineWorkflowResultRequest.Builder,NotifyProvisionProductEngineWorkflowResultRequest>,SdkBuilder<NotifyProvisionProductEngineWorkflowResultRequest.Builder,NotifyProvisionProductEngineWorkflowResultRequest>,SdkPojo,SdkRequest.Builder,ServiceCatalogRequest.Builder
- Enclosing class:
- NotifyProvisionProductEngineWorkflowResultRequest
public static interface NotifyProvisionProductEngineWorkflowResultRequest.Builder extends ServiceCatalogRequest.Builder, SdkPojo, CopyableBuilder<NotifyProvisionProductEngineWorkflowResultRequest.Builder,NotifyProvisionProductEngineWorkflowResultRequest>
-
-
Method Summary
-
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 Detail
-
workflowToken
NotifyProvisionProductEngineWorkflowResultRequest.Builder workflowToken(String workflowToken)
The encrypted contents of the provisioning engine execution payload that Service Catalog sends after the Terraform product provisioning workflow starts.
- Parameters:
workflowToken- The encrypted contents of the provisioning engine execution payload that Service Catalog sends after the Terraform product provisioning workflow starts.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
recordId
NotifyProvisionProductEngineWorkflowResultRequest.Builder recordId(String recordId)
The identifier of the record.
- Parameters:
recordId- The identifier of the record.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
status
NotifyProvisionProductEngineWorkflowResultRequest.Builder status(String status)
The status of the provisioning engine execution.
- Parameters:
status- The status of the provisioning engine execution.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
EngineWorkflowStatus,EngineWorkflowStatus
-
status
NotifyProvisionProductEngineWorkflowResultRequest.Builder status(EngineWorkflowStatus status)
The status of the provisioning engine execution.
- Parameters:
status- The status of the provisioning engine execution.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
EngineWorkflowStatus,EngineWorkflowStatus
-
failureReason
NotifyProvisionProductEngineWorkflowResultRequest.Builder failureReason(String failureReason)
The reason why the provisioning engine execution failed.
- Parameters:
failureReason- The reason why the provisioning engine execution failed.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
resourceIdentifier
NotifyProvisionProductEngineWorkflowResultRequest.Builder resourceIdentifier(EngineWorkflowResourceIdentifier resourceIdentifier)
The ID for the provisioned product resources that are part of a resource group.
- Parameters:
resourceIdentifier- The ID for the provisioned product resources that are part of a resource group.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
resourceIdentifier
default NotifyProvisionProductEngineWorkflowResultRequest.Builder resourceIdentifier(Consumer<EngineWorkflowResourceIdentifier.Builder> resourceIdentifier)
The ID for the provisioned product resources that are part of a resource group.
This is a convenience method that creates an instance of theEngineWorkflowResourceIdentifier.Builderavoiding the need to create one manually viaEngineWorkflowResourceIdentifier.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed toresourceIdentifier(EngineWorkflowResourceIdentifier).- Parameters:
resourceIdentifier- a consumer that will call methods onEngineWorkflowResourceIdentifier.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
resourceIdentifier(EngineWorkflowResourceIdentifier)
-
outputs
NotifyProvisionProductEngineWorkflowResultRequest.Builder outputs(Collection<RecordOutput> outputs)
The output of the provisioning engine execution.
- Parameters:
outputs- The output of the provisioning engine execution.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
outputs
NotifyProvisionProductEngineWorkflowResultRequest.Builder outputs(RecordOutput... outputs)
The output of the provisioning engine execution.
- Parameters:
outputs- The output of the provisioning engine execution.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
outputs
NotifyProvisionProductEngineWorkflowResultRequest.Builder outputs(Consumer<RecordOutput.Builder>... outputs)
The output of the provisioning engine execution.
This is a convenience method that creates an instance of theRecordOutput.Builderavoiding the need to create one manually viaRecordOutput.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed to#outputs(List.) - Parameters:
outputs- a consumer that will call methods onRecordOutput.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
#outputs(java.util.Collection)
-
idempotencyToken
NotifyProvisionProductEngineWorkflowResultRequest.Builder idempotencyToken(String idempotencyToken)
The idempotency token that identifies the provisioning engine execution.
- Parameters:
idempotencyToken- The idempotency token that identifies the provisioning engine execution.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
NotifyProvisionProductEngineWorkflowResultRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
NotifyProvisionProductEngineWorkflowResultRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-