public static interface ListCreatedArtifactsResponse.Builder extends MigrationHubResponse.Builder, SdkPojo, CopyableBuilder<ListCreatedArtifactsResponse.Builder,ListCreatedArtifactsResponse>
Modifier and Type | Method and Description |
---|---|
ListCreatedArtifactsResponse.Builder |
createdArtifactList(Collection<CreatedArtifact> createdArtifactList)
List of created artifacts up to the maximum number of results specified in the request.
|
ListCreatedArtifactsResponse.Builder |
createdArtifactList(Consumer<CreatedArtifact.Builder>... createdArtifactList)
List of created artifacts up to the maximum number of results specified in the request.
|
ListCreatedArtifactsResponse.Builder |
createdArtifactList(CreatedArtifact... createdArtifactList)
List of created artifacts up to the maximum number of results specified in the request.
|
ListCreatedArtifactsResponse.Builder |
nextToken(String nextToken)
If there are more created artifacts than the max result, return the next token to be passed to the next call
as a bookmark of where to start from.
|
build, responseMetadata, responseMetadata
sdkHttpResponse, sdkHttpResponse
copy
applyMutation, build
ListCreatedArtifactsResponse.Builder nextToken(String nextToken)
If there are more created artifacts than the max result, return the next token to be passed to the next call as a bookmark of where to start from.
nextToken
- If there are more created artifacts than the max result, return the next token to be passed to the
next call as a bookmark of where to start from.ListCreatedArtifactsResponse.Builder createdArtifactList(Collection<CreatedArtifact> createdArtifactList)
List of created artifacts up to the maximum number of results specified in the request.
createdArtifactList
- List of created artifacts up to the maximum number of results specified in the request.ListCreatedArtifactsResponse.Builder createdArtifactList(CreatedArtifact... createdArtifactList)
List of created artifacts up to the maximum number of results specified in the request.
createdArtifactList
- List of created artifacts up to the maximum number of results specified in the request.ListCreatedArtifactsResponse.Builder createdArtifactList(Consumer<CreatedArtifact.Builder>... createdArtifactList)
List of created artifacts up to the maximum number of results specified in the request.
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 #createdArtifactList(List)
.createdArtifactList
- a consumer that will call methods on List.Builder
#createdArtifactList(List)
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.