public static interface UpdateUploadRequest.Builder extends DeviceFarmRequest.Builder, SdkPojo, CopyableBuilder<UpdateUploadRequest.Builder,UpdateUploadRequest>
| Modifier and Type | Method and Description |
|---|---|
UpdateUploadRequest.Builder |
arn(String arn)
The Amazon Resource Name (ARN) of the uploaded test spec.
|
UpdateUploadRequest.Builder |
contentType(String contentType)
The upload's content type (for example,
application/x-yaml). |
UpdateUploadRequest.Builder |
editContent(Boolean editContent)
Set to true if the YAML file has changed and must be updated.
|
UpdateUploadRequest.Builder |
name(String name)
The upload's test spec file name.
|
UpdateUploadRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
UpdateUploadRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildUpdateUploadRequest.Builder arn(String arn)
The Amazon Resource Name (ARN) of the uploaded test spec.
arn - The Amazon Resource Name (ARN) of the uploaded test spec.UpdateUploadRequest.Builder name(String 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.
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.UpdateUploadRequest.Builder contentType(String contentType)
The upload's content type (for example, application/x-yaml).
contentType - The upload's content type (for example, application/x-yaml).UpdateUploadRequest.Builder editContent(Boolean editContent)
Set to true if the YAML file has changed and must be updated. Otherwise, set to false.
editContent - Set to true if the YAML file has changed and must be updated. Otherwise, set to false.UpdateUploadRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderUpdateUploadRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2022. All rights reserved.