public static interface ListArtifactsRequest.Builder extends DeviceFarmRequest.Builder, SdkPojo, CopyableBuilder<ListArtifactsRequest.Builder,ListArtifactsRequest>
| Modifier and Type | Method and Description |
|---|---|
ListArtifactsRequest.Builder |
arn(String arn)
The Run, Job, Suite, or Test ARN.
|
ListArtifactsRequest.Builder |
nextToken(String nextToken)
An identifier that was returned from the previous call to this operation, which can be used to return the
next set of items in the list.
|
ListArtifactsRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
ListArtifactsRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
ListArtifactsRequest.Builder |
type(ArtifactCategory type)
The artifacts' type.
|
ListArtifactsRequest.Builder |
type(String type)
The artifacts' type.
|
buildoverrideConfigurationcopyapplyMutation, buildListArtifactsRequest.Builder arn(String arn)
The Run, Job, Suite, or Test ARN.
arn - The Run, Job, Suite, or Test ARN.ListArtifactsRequest.Builder type(String type)
The artifacts' type.
Allowed values include:
FILE: The artifacts are files.
LOG: The artifacts are logs.
SCREENSHOT: The artifacts are screenshots.
type - The artifacts' type.
Allowed values include:
FILE: The artifacts are files.
LOG: The artifacts are logs.
SCREENSHOT: The artifacts are screenshots.
ArtifactCategory,
ArtifactCategoryListArtifactsRequest.Builder type(ArtifactCategory type)
The artifacts' type.
Allowed values include:
FILE: The artifacts are files.
LOG: The artifacts are logs.
SCREENSHOT: The artifacts are screenshots.
type - The artifacts' type.
Allowed values include:
FILE: The artifacts are files.
LOG: The artifacts are logs.
SCREENSHOT: The artifacts are screenshots.
ArtifactCategory,
ArtifactCategoryListArtifactsRequest.Builder nextToken(String nextToken)
An identifier that was returned from the previous call to this operation, which can be used to return the next set of items in the list.
nextToken - An identifier that was returned from the previous call to this operation, which can be used to return
the next set of items in the list.ListArtifactsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderListArtifactsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2019. All rights reserved.