Interface UpdateTestCaseRequest.Builder

  • Method Details

    • instanceId

      UpdateTestCaseRequest.Builder instanceId(String instanceId)

      The identifier of the Amazon Connect instance.

      Parameters:
      instanceId - The identifier of the Amazon Connect instance.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • testCaseId

      UpdateTestCaseRequest.Builder testCaseId(String testCaseId)

      The identifier of the test case to update.

      Parameters:
      testCaseId - The identifier of the test case to update.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • content

      The JSON string that represents the content of the test.

      Parameters:
      content - The JSON string that represents the content of the test.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • entryPoint

      Defines the starting point for your test.

      Parameters:
      entryPoint - Defines the starting point for your test.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • entryPoint

      Defines the starting point for your test.

      This is a convenience method that creates an instance of the TestCaseEntryPoint.Builder avoiding the need to create one manually via TestCaseEntryPoint.builder().

      When the Consumer completes, SdkBuilder.build() is called immediately and its result is passed to entryPoint(TestCaseEntryPoint).

      Parameters:
      entryPoint - a consumer that will call methods on TestCaseEntryPoint.Builder
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • initializationData

      UpdateTestCaseRequest.Builder initializationData(String initializationData)

      Defines the test attributes for precise data representation.

      Parameters:
      initializationData - Defines the test attributes for precise data representation.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • name

      The name of the test case.

      Parameters:
      name - The name of the test case.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • description

      UpdateTestCaseRequest.Builder description(String description)

      The description of the test case.

      Parameters:
      description - The description of the test case.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • status

      Indicates the test status as either SAVED or PUBLISHED. The PUBLISHED status will initiate validation on the content. The SAVED status does not initiate validation of the content.

      Parameters:
      status - Indicates the test status as either SAVED or PUBLISHED. The PUBLISHED status will initiate validation on the content. The SAVED status does not initiate validation of the content.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • status

      Indicates the test status as either SAVED or PUBLISHED. The PUBLISHED status will initiate validation on the content. The SAVED status does not initiate validation of the content.

      Parameters:
      status - Indicates the test status as either SAVED or PUBLISHED. The PUBLISHED status will initiate validation on the content. The SAVED status does not initiate validation of the content.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • lastModifiedTime

      UpdateTestCaseRequest.Builder lastModifiedTime(Instant lastModifiedTime)

      The time at which the resource was last modified.

      Parameters:
      lastModifiedTime - The time at which the resource was last modified.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • lastModifiedRegion

      UpdateTestCaseRequest.Builder lastModifiedRegion(String lastModifiedRegion)

      The region in which the resource was last modified

      Parameters:
      lastModifiedRegion - The region in which the resource was last modified
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • overrideConfiguration

      UpdateTestCaseRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
      Description copied from interface: AwsRequest.Builder
      Add an optional request override configuration.
      Specified by:
      overrideConfiguration in interface AwsRequest.Builder
      Parameters:
      overrideConfiguration - The override configuration.
      Returns:
      This object for method chaining.
    • overrideConfiguration

      Description copied from interface: AwsRequest.Builder
      Add an optional request override configuration.
      Specified by:
      overrideConfiguration in interface AwsRequest.Builder
      Parameters:
      builderConsumer - A Consumer to which an empty AwsRequestOverrideConfiguration.Builder will be given.
      Returns:
      This object for method chaining.