Interface ListCreatedArtifactsRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<ListCreatedArtifactsRequest.Builder,ListCreatedArtifactsRequest>,MigrationHubRequest.Builder,SdkBuilder<ListCreatedArtifactsRequest.Builder,ListCreatedArtifactsRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- ListCreatedArtifactsRequest
public static interface ListCreatedArtifactsRequest.Builder extends MigrationHubRequest.Builder, SdkPojo, CopyableBuilder<ListCreatedArtifactsRequest.Builder,ListCreatedArtifactsRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ListCreatedArtifactsRequest.BuildermaxResults(Integer maxResults)Maximum number of results to be returned per page.ListCreatedArtifactsRequest.BuildermigrationTaskName(String migrationTaskName)Unique identifier that references the migration task.ListCreatedArtifactsRequest.BuildernextToken(String nextToken)If aNextTokenwas returned by a previous call, there are more results available.ListCreatedArtifactsRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)ListCreatedArtifactsRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)ListCreatedArtifactsRequest.BuilderprogressUpdateStream(String progressUpdateStream)The name of the ProgressUpdateStream.-
Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.services.migrationhub.model.MigrationHubRequest.Builder
build
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
-
-
-
Method Detail
-
progressUpdateStream
ListCreatedArtifactsRequest.Builder progressUpdateStream(String progressUpdateStream)
The name of the ProgressUpdateStream.
- Parameters:
progressUpdateStream- The name of the ProgressUpdateStream.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
migrationTaskName
ListCreatedArtifactsRequest.Builder migrationTaskName(String migrationTaskName)
Unique identifier that references the migration task. Do not store personal data in this field.
- Parameters:
migrationTaskName- Unique identifier that references the migration task. Do not store personal data in this field.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
nextToken
ListCreatedArtifactsRequest.Builder nextToken(String nextToken)
If a
NextTokenwas 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 inNextToken.- Parameters:
nextToken- If aNextTokenwas 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 inNextToken.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
maxResults
ListCreatedArtifactsRequest.Builder maxResults(Integer maxResults)
Maximum number of results to be returned per page.
- Parameters:
maxResults- Maximum number of results to be returned per page.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
ListCreatedArtifactsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
ListCreatedArtifactsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-