CopyableBuilder<ListArtifactsRequest.Builder,ListArtifactsRequest>
, SdkBuilder<ListArtifactsRequest.Builder,ListArtifactsRequest>
public static interface ListArtifactsRequest.Builder extends CopyableBuilder<ListArtifactsRequest.Builder,ListArtifactsRequest>
Modifier and Type | Method | 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 |
type(String type) |
The artifacts' type.
|
ListArtifactsRequest.Builder |
type(ArtifactCategory type) |
The artifacts' type.
|
copy
apply, build
ListArtifactsRequest.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
ListArtifactsRequest.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
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.
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.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.