public static interface StartImportFileTaskRequest.Builder extends MigrationHubStrategyRequest.Builder, SdkPojo, CopyableBuilder<StartImportFileTaskRequest.Builder,StartImportFileTaskRequest>
| Modifier and Type | Method and Description |
|---|---|
StartImportFileTaskRequest.Builder |
dataSourceType(DataSourceType dataSourceType)
Specifies the source that the servers are coming from.
|
StartImportFileTaskRequest.Builder |
dataSourceType(String dataSourceType)
Specifies the source that the servers are coming from.
|
StartImportFileTaskRequest.Builder |
groupId(Collection<Group> groupId)
Groups the resources in the import file together with a unique name.
|
StartImportFileTaskRequest.Builder |
groupId(Consumer<Group.Builder>... groupId)
Groups the resources in the import file together with a unique name.
|
StartImportFileTaskRequest.Builder |
groupId(Group... groupId)
Groups the resources in the import file together with a unique name.
|
StartImportFileTaskRequest.Builder |
name(String name)
A descriptive name for the request.
|
StartImportFileTaskRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
StartImportFileTaskRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
StartImportFileTaskRequest.Builder |
s3Bucket(String s3Bucket)
The S3 bucket where the import file is located.
|
StartImportFileTaskRequest.Builder |
s3bucketForReportData(String s3bucketForReportData)
The S3 bucket where Strategy Recommendations uploads import results.
|
StartImportFileTaskRequest.Builder |
s3key(String s3key)
The Amazon S3 key name of the import file.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildStartImportFileTaskRequest.Builder s3Bucket(String s3Bucket)
The S3 bucket where the import file is located. The bucket name is required to begin with
migrationhub-strategy-.
s3Bucket - The S3 bucket where the import file is located. The bucket name is required to begin with
migrationhub-strategy-.StartImportFileTaskRequest.Builder dataSourceType(String dataSourceType)
Specifies the source that the servers are coming from. By default, Strategy Recommendations assumes that the servers specified in the import file are available in AWS Application Discovery Service.
dataSourceType - Specifies the source that the servers are coming from. By default, Strategy Recommendations assumes
that the servers specified in the import file are available in AWS Application Discovery Service.DataSourceType,
DataSourceTypeStartImportFileTaskRequest.Builder dataSourceType(DataSourceType dataSourceType)
Specifies the source that the servers are coming from. By default, Strategy Recommendations assumes that the servers specified in the import file are available in AWS Application Discovery Service.
dataSourceType - Specifies the source that the servers are coming from. By default, Strategy Recommendations assumes
that the servers specified in the import file are available in AWS Application Discovery Service.DataSourceType,
DataSourceTypeStartImportFileTaskRequest.Builder groupId(Collection<Group> groupId)
Groups the resources in the import file together with a unique name. This ID can be as filter in
ListApplicationComponents and ListServers.
groupId - Groups the resources in the import file together with a unique name. This ID can be as filter in
ListApplicationComponents and ListServers.StartImportFileTaskRequest.Builder groupId(Group... groupId)
Groups the resources in the import file together with a unique name. This ID can be as filter in
ListApplicationComponents and ListServers.
groupId - Groups the resources in the import file together with a unique name. This ID can be as filter in
ListApplicationComponents and ListServers.StartImportFileTaskRequest.Builder groupId(Consumer<Group.Builder>... groupId)
Groups the resources in the import file together with a unique name. This ID can be as filter in
ListApplicationComponents and ListServers.
Group.Builder avoiding the need to create
one manually via Group.builder().
When the Consumer completes,
SdkBuilder.build() is called
immediately and its result is passed to #groupId(List.
groupId - a consumer that will call methods on
Group.Builder#groupId(java.util.Collection) StartImportFileTaskRequest.Builder name(String name)
A descriptive name for the request.
name - A descriptive name for the request.StartImportFileTaskRequest.Builder s3bucketForReportData(String s3bucketForReportData)
The S3 bucket where Strategy Recommendations uploads import results. The bucket name is required to begin with migrationhub-strategy-.
s3bucketForReportData - The S3 bucket where Strategy Recommendations uploads import results. The bucket name is required to
begin with migrationhub-strategy-.StartImportFileTaskRequest.Builder s3key(String s3key)
The Amazon S3 key name of the import file.
s3key - The Amazon S3 key name of the import file.StartImportFileTaskRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderStartImportFileTaskRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2022. All rights reserved.