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 needs to be updated; otherwise, set to false.
|
UpdateUploadRequest.Builder |
name(String name)
The upload's test spec file name.
|
UpdateUploadRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
Add an optional request override configuration.
|
UpdateUploadRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
Add an optional request override configuration.
|
buildoverrideConfigurationcopyapplyMutation, 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 should not contain the '/' character. The test spec file name must
end with the .yaml or .yml file extension.
name - The upload's test spec file name. The name should not contain the '/' character. 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 needs to be updated; otherwise, set to false.
editContent - Set to true if the YAML file has changed and needs to be updated; otherwise, set to false.UpdateUploadRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
AwsRequest.BuilderoverrideConfiguration in interface AwsRequest.BuilderoverrideConfiguration - The override configuration.UpdateUploadRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
AwsRequest.BuilderoverrideConfiguration in interface AwsRequest.BuilderbuilderConsumer - A Consumer to which an empty AwsRequestOverrideConfiguration.Builder will be
given.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.