Interface ListSourceResourcesRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<ListSourceResourcesRequest.Builder,ListSourceResourcesRequest>,MigrationHubRequest.Builder,SdkBuilder<ListSourceResourcesRequest.Builder,ListSourceResourcesRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- ListSourceResourcesRequest
public static interface ListSourceResourcesRequest.Builder extends MigrationHubRequest.Builder, SdkPojo, CopyableBuilder<ListSourceResourcesRequest.Builder,ListSourceResourcesRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ListSourceResourcesRequest.BuildermaxResults(Integer maxResults)The maximum number of results to include in the response.ListSourceResourcesRequest.BuildermigrationTaskName(String migrationTaskName)A unique identifier that references the migration task.ListSourceResourcesRequest.BuildernextToken(String nextToken)IfNextTokenwas returned by a previous call, there are more results available.ListSourceResourcesRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)ListSourceResourcesRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)ListSourceResourcesRequest.BuilderprogressUpdateStream(String progressUpdateStream)The name of the progress-update stream, which is used for access control as well as a namespace for migration-task names that is implicitly linked to your AWS account.-
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
ListSourceResourcesRequest.Builder progressUpdateStream(String progressUpdateStream)
The name of the progress-update stream, which is used for access control as well as a namespace for migration-task names that is implicitly linked to your AWS account. The progress-update stream must uniquely identify the migration tool as it is used for all updates made by the tool; however, it does not need to be unique for each AWS account because it is scoped to the AWS account.
- Parameters:
progressUpdateStream- The name of the progress-update stream, which is used for access control as well as a namespace for migration-task names that is implicitly linked to your AWS account. The progress-update stream must uniquely identify the migration tool as it is used for all updates made by the tool; however, it does not need to be unique for each AWS account because it is scoped to the AWS account.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
migrationTaskName
ListSourceResourcesRequest.Builder migrationTaskName(String migrationTaskName)
A unique identifier that references the migration task. Do not store confidential data in this field.
- Parameters:
migrationTaskName- A unique identifier that references the migration task. Do not store confidential data in this field.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
nextToken
ListSourceResourcesRequest.Builder nextToken(String nextToken)
If
NextTokenwas returned by a previous call, there are more results available. The value ofNextTokenis a unique pagination token for each page. To retrieve the next page of results, specify theNextTokenvalue that the previous call returned. Keep all other arguments unchanged. Each pagination token expires after 24 hours. Using an expired pagination token will return an HTTP 400 InvalidToken error.- Parameters:
nextToken- IfNextTokenwas returned by a previous call, there are more results available. The value ofNextTokenis a unique pagination token for each page. To retrieve the next page of results, specify theNextTokenvalue that the previous call returned. Keep all other arguments unchanged. Each pagination token expires after 24 hours. Using an expired pagination token will return an HTTP 400 InvalidToken error.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
maxResults
ListSourceResourcesRequest.Builder maxResults(Integer maxResults)
The maximum number of results to include in the response. If more results exist than the value that you specify here for
MaxResults, the response will include a token that you can use to retrieve the next set of results.- Parameters:
maxResults- The maximum number of results to include in the response. If more results exist than the value that you specify here forMaxResults, the response will include a token that you can use to retrieve the next set of results.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
ListSourceResourcesRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
ListSourceResourcesRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-