public static interface DescribeApplicableIndividualAssessmentsRequest.Builder extends DatabaseMigrationRequest.Builder, SdkPojo, CopyableBuilder<DescribeApplicableIndividualAssessmentsRequest.Builder,DescribeApplicableIndividualAssessmentsRequest>
| Modifier and Type | Method and Description |
|---|---|
DescribeApplicableIndividualAssessmentsRequest.Builder |
marker(String marker)
Optional pagination token provided by a previous request.
|
DescribeApplicableIndividualAssessmentsRequest.Builder |
maxRecords(Integer maxRecords)
Maximum number of records to include in the response.
|
DescribeApplicableIndividualAssessmentsRequest.Builder |
migrationType(MigrationTypeValue migrationType)
Name of the migration type that each provided individual assessment must support.
|
DescribeApplicableIndividualAssessmentsRequest.Builder |
migrationType(String migrationType)
Name of the migration type that each provided individual assessment must support.
|
DescribeApplicableIndividualAssessmentsRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
DescribeApplicableIndividualAssessmentsRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
DescribeApplicableIndividualAssessmentsRequest.Builder |
replicationInstanceArn(String replicationInstanceArn)
ARN of a replication instance on which you want to base the default list of individual assessments.
|
DescribeApplicableIndividualAssessmentsRequest.Builder |
replicationTaskArn(String replicationTaskArn)
Amazon Resource Name (ARN) of a migration task on which you want to base the default list of individual
assessments.
|
DescribeApplicableIndividualAssessmentsRequest.Builder |
sourceEngineName(String sourceEngineName)
Name of a database engine that the specified replication instance supports as a source.
|
DescribeApplicableIndividualAssessmentsRequest.Builder |
targetEngineName(String targetEngineName)
Name of a database engine that the specified replication instance supports as a target.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildDescribeApplicableIndividualAssessmentsRequest.Builder replicationTaskArn(String replicationTaskArn)
Amazon Resource Name (ARN) of a migration task on which you want to base the default list of individual assessments.
replicationTaskArn - Amazon Resource Name (ARN) of a migration task on which you want to base the default list of
individual assessments.DescribeApplicableIndividualAssessmentsRequest.Builder replicationInstanceArn(String replicationInstanceArn)
ARN of a replication instance on which you want to base the default list of individual assessments.
replicationInstanceArn - ARN of a replication instance on which you want to base the default list of individual assessments.DescribeApplicableIndividualAssessmentsRequest.Builder sourceEngineName(String sourceEngineName)
Name of a database engine that the specified replication instance supports as a source.
sourceEngineName - Name of a database engine that the specified replication instance supports as a source.DescribeApplicableIndividualAssessmentsRequest.Builder targetEngineName(String targetEngineName)
Name of a database engine that the specified replication instance supports as a target.
targetEngineName - Name of a database engine that the specified replication instance supports as a target.DescribeApplicableIndividualAssessmentsRequest.Builder migrationType(String migrationType)
Name of the migration type that each provided individual assessment must support.
migrationType - Name of the migration type that each provided individual assessment must support.MigrationTypeValue,
MigrationTypeValueDescribeApplicableIndividualAssessmentsRequest.Builder migrationType(MigrationTypeValue migrationType)
Name of the migration type that each provided individual assessment must support.
migrationType - Name of the migration type that each provided individual assessment must support.MigrationTypeValue,
MigrationTypeValueDescribeApplicableIndividualAssessmentsRequest.Builder maxRecords(Integer maxRecords)
Maximum number of records to include in the response. If more records exist than the specified
MaxRecords value, a pagination token called a marker is included in the response so that the
remaining results can be retrieved.
maxRecords - Maximum number of records to include in the response. If more records exist than the specified
MaxRecords value, a pagination token called a marker is included in the response so that
the remaining results can be retrieved.DescribeApplicableIndividualAssessmentsRequest.Builder marker(String marker)
Optional pagination token provided by a previous request. If this parameter is specified, the response
includes only records beyond the marker, up to the value specified by MaxRecords.
marker - Optional pagination token provided by a previous request. If this parameter is specified, the response
includes only records beyond the marker, up to the value specified by MaxRecords.DescribeApplicableIndividualAssessmentsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderDescribeApplicableIndividualAssessmentsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.