Interface UpdateUploadRequest.Builder

  • Method Details

    • arn

      The Amazon Resource Name (ARN) of the uploaded test spec.

      Parameters:
      arn - The Amazon Resource Name (ARN) of the uploaded test spec.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • name

      The upload's test spec file name. The name must not contain any forward slashes (/). The test spec file name must end with the .yaml or .yml file extension.

      Parameters:
      name - The upload's test spec file name. The name must not contain any forward slashes (/). The test spec file name must end with the .yaml or .yml file extension.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • contentType

      UpdateUploadRequest.Builder contentType(String contentType)

      The upload's content type (for example, application/x-yaml).

      Parameters:
      contentType - The upload's content type (for example, application/x-yaml).
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • editContent

      UpdateUploadRequest.Builder editContent(Boolean editContent)

      Set to true if the YAML file has changed and must be updated. Otherwise, set to false.

      Parameters:
      editContent - Set to true if the YAML file has changed and must be updated. Otherwise, set to false.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • overrideConfiguration

      UpdateUploadRequest.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.