public static interface ListCreatedArtifactsRequest.Builder extends MigrationHubRequest.Builder, CopyableBuilder<ListCreatedArtifactsRequest.Builder,ListCreatedArtifactsRequest>
| Modifier and Type | Method and Description |
|---|---|
ListCreatedArtifactsRequest.Builder |
maxResults(Integer maxResults)
Maximum number of results to be returned per page.
|
ListCreatedArtifactsRequest.Builder |
migrationTaskName(String migrationTaskName)
Unique identifier that references the migration task.
|
ListCreatedArtifactsRequest.Builder |
nextToken(String nextToken)
If a
NextToken was returned by a previous call, there are more results available. |
ListCreatedArtifactsRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
Add an optional request override configuration.
|
ListCreatedArtifactsRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
Add an optional request override configuration.
|
ListCreatedArtifactsRequest.Builder |
progressUpdateStream(String progressUpdateStream)
The name of the ProgressUpdateStream.
|
buildoverrideConfigurationcopyapplyMutation, buildListCreatedArtifactsRequest.Builder progressUpdateStream(String progressUpdateStream)
The name of the ProgressUpdateStream.
progressUpdateStream - The name of the ProgressUpdateStream.ListCreatedArtifactsRequest.Builder migrationTaskName(String migrationTaskName)
Unique identifier that references the migration task.
migrationTaskName - Unique identifier that references the migration task.ListCreatedArtifactsRequest.Builder nextToken(String nextToken)
If a NextToken was returned by a previous call, there are more results available. To retrieve
the next page of results, make the call again using the returned token in NextToken.
nextToken - If a NextToken was returned by a previous call, there are more results available. To
retrieve the next page of results, make the call again using the returned token in
NextToken.ListCreatedArtifactsRequest.Builder maxResults(Integer maxResults)
Maximum number of results to be returned per page.
maxResults - Maximum number of results to be returned per page.ListCreatedArtifactsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
AwsRequest.BuilderoverrideConfiguration in interface AwsRequest.BuilderoverrideConfiguration - The override configuration.ListCreatedArtifactsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
AwsRequest.BuilderoverrideConfiguration in interface AwsRequest.BuilderbuilderConsumer - A Consumer to which an empty AwsRequestOverrideConfiguration.Builder will be
given.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.