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 |
progressUpdateStream(String progressUpdateStream)
The name of the ProgressUpdateStream.
|
ListCreatedArtifactsRequest.Builder |
requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
Add an optional request override configuration.
|
ListCreatedArtifactsRequest.Builder |
requestOverrideConfig(Consumer<AwsRequestOverrideConfig.Builder> builderConsumer)
Add an optional request override configuration.
|
build
requestOverrideConfig
copy
apply, build
ListCreatedArtifactsRequest.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 requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
AwsRequest.Builder
requestOverrideConfig
in interface AwsRequest.Builder
awsRequestOverrideConfig
- The override configuration.ListCreatedArtifactsRequest.Builder requestOverrideConfig(Consumer<AwsRequestOverrideConfig.Builder> builderConsumer)
AwsRequest.Builder
requestOverrideConfig
in interface AwsRequest.Builder
builderConsumer
- A Consumer
to which an empty AwsRequestOverrideConfig.Builder
will be given.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.