public static interface DeactivateEvaluationFormRequest.Builder extends ConnectRequest.Builder, SdkPojo, CopyableBuilder<DeactivateEvaluationFormRequest.Builder,DeactivateEvaluationFormRequest>
| Modifier and Type | Method and Description |
|---|---|
DeactivateEvaluationFormRequest.Builder |
evaluationFormId(String evaluationFormId)
The unique identifier for the evaluation form.
|
DeactivateEvaluationFormRequest.Builder |
evaluationFormVersion(Integer evaluationFormVersion)
A version of the evaluation form.
|
DeactivateEvaluationFormRequest.Builder |
instanceId(String instanceId)
The identifier of the Amazon Connect instance.
|
DeactivateEvaluationFormRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
DeactivateEvaluationFormRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildDeactivateEvaluationFormRequest.Builder instanceId(String instanceId)
The identifier of the Amazon Connect instance. You can find the instance ID in the Amazon Resource Name (ARN) of the instance.
instanceId - The identifier of the Amazon Connect instance. You can find the instance
ID in the Amazon Resource Name (ARN) of the instance.DeactivateEvaluationFormRequest.Builder evaluationFormId(String evaluationFormId)
The unique identifier for the evaluation form.
evaluationFormId - The unique identifier for the evaluation form.DeactivateEvaluationFormRequest.Builder evaluationFormVersion(Integer evaluationFormVersion)
A version of the evaluation form. If the version property is not provided, the latest version of the evaluation form is deactivated.
evaluationFormVersion - A version of the evaluation form. If the version property is not provided, the latest version of the
evaluation form is deactivated.DeactivateEvaluationFormRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderDeactivateEvaluationFormRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.