Interface NotifyUpdateProvisionedProductEngineWorkflowResultRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<NotifyUpdateProvisionedProductEngineWorkflowResultRequest.Builder,NotifyUpdateProvisionedProductEngineWorkflowResultRequest>,SdkBuilder<NotifyUpdateProvisionedProductEngineWorkflowResultRequest.Builder,NotifyUpdateProvisionedProductEngineWorkflowResultRequest>,SdkPojo,SdkRequest.Builder,ServiceCatalogRequest.Builder
- Enclosing class:
- NotifyUpdateProvisionedProductEngineWorkflowResultRequest
public static interface NotifyUpdateProvisionedProductEngineWorkflowResultRequest.Builder extends ServiceCatalogRequest.Builder, SdkPojo, CopyableBuilder<NotifyUpdateProvisionedProductEngineWorkflowResultRequest.Builder,NotifyUpdateProvisionedProductEngineWorkflowResultRequest>
-
-
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, sdkFields
-
Methods inherited from interface software.amazon.awssdk.services.servicecatalog.model.ServiceCatalogRequest.Builder
build
-
-
-
-
Method Detail
-
workflowToken
NotifyUpdateProvisionedProductEngineWorkflowResultRequest.Builder workflowToken(String workflowToken)
The encrypted contents of the update engine execution payload that Service Catalog sends after the Terraform product update workflow starts.
- Parameters:
workflowToken- The encrypted contents of the update engine execution payload that Service Catalog sends after the Terraform product update workflow starts.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
recordId
NotifyUpdateProvisionedProductEngineWorkflowResultRequest.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
NotifyUpdateProvisionedProductEngineWorkflowResultRequest.Builder status(String status)
The status of the update engine execution.
- Parameters:
status- The status of the update engine execution.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
EngineWorkflowStatus,EngineWorkflowStatus
-
status
NotifyUpdateProvisionedProductEngineWorkflowResultRequest.Builder status(EngineWorkflowStatus status)
The status of the update engine execution.
- Parameters:
status- The status of the update engine execution.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
EngineWorkflowStatus,EngineWorkflowStatus
-
failureReason
NotifyUpdateProvisionedProductEngineWorkflowResultRequest.Builder failureReason(String failureReason)
The reason why the update engine execution failed.
- Parameters:
failureReason- The reason why the update engine execution failed.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
outputs
NotifyUpdateProvisionedProductEngineWorkflowResultRequest.Builder outputs(Collection<RecordOutput> outputs)
The output of the update engine execution.
- Parameters:
outputs- The output of the update engine execution.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
outputs
NotifyUpdateProvisionedProductEngineWorkflowResultRequest.Builder outputs(RecordOutput... outputs)
The output of the update engine execution.
- Parameters:
outputs- The output of the update engine execution.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
outputs
NotifyUpdateProvisionedProductEngineWorkflowResultRequest.Builder outputs(Consumer<RecordOutput.Builder>... outputs)
The output of the update 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
NotifyUpdateProvisionedProductEngineWorkflowResultRequest.Builder idempotencyToken(String idempotencyToken)
The idempotency token that identifies the update engine execution.
- Parameters:
idempotencyToken- The idempotency token that identifies the update engine execution.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
NotifyUpdateProvisionedProductEngineWorkflowResultRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
NotifyUpdateProvisionedProductEngineWorkflowResultRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-