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.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, 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
LOG
SCREENSHOT
type - The artifacts' type.
Allowed values include:
FILE
LOG
SCREENSHOT
ArtifactCategory,
ArtifactCategoryListArtifactsRequest.Builder type(ArtifactCategory type)
The artifacts' type.
Allowed values include:
FILE
LOG
SCREENSHOT
type - The artifacts' type.
Allowed values include:
FILE
LOG
SCREENSHOT
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 © 2021. All rights reserved.