public static interface ListArtifactsResponse.Builder extends AmplifyResponse.Builder, SdkPojo, CopyableBuilder<ListArtifactsResponse.Builder,ListArtifactsResponse>
| Modifier and Type | Method and Description |
|---|---|
ListArtifactsResponse.Builder |
artifacts(Artifact... artifacts)
List of artifacts.
|
ListArtifactsResponse.Builder |
artifacts(Collection<Artifact> artifacts)
List of artifacts.
|
ListArtifactsResponse.Builder |
artifacts(Consumer<Artifact.Builder>... artifacts)
List of artifacts.
|
ListArtifactsResponse.Builder |
nextToken(String nextToken)
Pagination token.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildListArtifactsResponse.Builder artifacts(Collection<Artifact> artifacts)
List of artifacts.
artifacts - List of artifacts.ListArtifactsResponse.Builder artifacts(Artifact... artifacts)
List of artifacts.
artifacts - List of artifacts.ListArtifactsResponse.Builder artifacts(Consumer<Artifact.Builder>... artifacts)
List of artifacts.
This is a convenience that creates an instance of theList.Builder avoiding the need to
create one manually via List#builder() .
When the Consumer completes, List.Builder#build() is called immediately and its
result is passed to #artifacts(List) .artifacts - a consumer that will call methods on List.Builder #artifacts(List) ListArtifactsResponse.Builder nextToken(String nextToken)
Pagination token. If non-null pagination token is returned in a result, then pass its value in another request to fetch more entries.
nextToken - Pagination token. If non-null pagination token is returned in a result, then pass its value in another
request to fetch more entries.Copyright © 2020. All rights reserved.