public static interface ListCreatedArtifactsRequest.Builder extends MigrationHubRequest.Builder, SdkPojo, 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) |
ListCreatedArtifactsRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
ListCreatedArtifactsRequest.Builder |
progressUpdateStream(String progressUpdateStream)
The name of the ProgressUpdateStream.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, 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. Do not store personal data in this field.
migrationTaskName - Unique identifier that references the migration task. Do not store personal data in this field.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)
overrideConfiguration in interface AwsRequest.BuilderListCreatedArtifactsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.