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, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildListCreatedArtifactsResponse.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 method that creates an instance of theCreatedArtifact.Builder avoiding the need to
create one manually via CreatedArtifact.builder().
When the Consumer completes,
SdkBuilder.build() is called
immediately and its result is passed to #createdArtifactList(List.
createdArtifactList - a consumer that will call methods on
CreatedArtifact.Builder#createdArtifactList(java.util.Collection) Copyright © 2023. All rights reserved.