public static interface ListArtifactsRequest.Builder extends DeviceFarmRequest.Builder, 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 |
requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
Add an optional request override configuration.
|
ListArtifactsRequest.Builder |
requestOverrideConfig(Consumer<AwsRequestOverrideConfig.Builder> builderConsumer)
Add an optional request override configuration.
|
ListArtifactsRequest.Builder |
type(ArtifactCategory type)
The artifacts' type.
|
ListArtifactsRequest.Builder |
type(String type)
The artifacts' type.
|
buildrequestOverrideConfigcopyapply, 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 requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
AwsRequest.BuilderrequestOverrideConfig in interface AwsRequest.BuilderawsRequestOverrideConfig - The override configuration.ListArtifactsRequest.Builder requestOverrideConfig(Consumer<AwsRequestOverrideConfig.Builder> builderConsumer)
AwsRequest.BuilderrequestOverrideConfig in interface AwsRequest.BuilderbuilderConsumer - A Consumer to which an empty AwsRequestOverrideConfig.Builder will be given.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.