public static interface DescribeApplicableIndividualAssessmentsResponse.Builder extends DatabaseMigrationResponse.Builder, SdkPojo, CopyableBuilder<DescribeApplicableIndividualAssessmentsResponse.Builder,DescribeApplicableIndividualAssessmentsResponse>
| Modifier and Type | Method and Description |
|---|---|
DescribeApplicableIndividualAssessmentsResponse.Builder |
individualAssessmentNames(Collection<String> individualAssessmentNames)
List of names for the individual assessments supported by the premigration assessment run that you start
based on the specified request parameters.
|
DescribeApplicableIndividualAssessmentsResponse.Builder |
individualAssessmentNames(String... individualAssessmentNames)
List of names for the individual assessments supported by the premigration assessment run that you start
based on the specified request parameters.
|
DescribeApplicableIndividualAssessmentsResponse.Builder |
marker(String marker)
Pagination token returned for you to pass to a subsequent request.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildDescribeApplicableIndividualAssessmentsResponse.Builder individualAssessmentNames(Collection<String> individualAssessmentNames)
List of names for the individual assessments supported by the premigration assessment run that you start based on the specified request parameters. For more information on the available individual assessments, including compatibility with different migration task configurations, see Working with premigration assessment runs in the Database Migration Service User Guide.
individualAssessmentNames - List of names for the individual assessments supported by the premigration assessment run that you
start based on the specified request parameters. For more information on the available individual
assessments, including compatibility with different migration task configurations, see Working with
premigration assessment runs in the Database Migration Service User Guide.DescribeApplicableIndividualAssessmentsResponse.Builder individualAssessmentNames(String... individualAssessmentNames)
List of names for the individual assessments supported by the premigration assessment run that you start based on the specified request parameters. For more information on the available individual assessments, including compatibility with different migration task configurations, see Working with premigration assessment runs in the Database Migration Service User Guide.
individualAssessmentNames - List of names for the individual assessments supported by the premigration assessment run that you
start based on the specified request parameters. For more information on the available individual
assessments, including compatibility with different migration task configurations, see Working with
premigration assessment runs in the Database Migration Service User Guide.DescribeApplicableIndividualAssessmentsResponse.Builder marker(String marker)
Pagination token returned for you to pass to a subsequent request. If you pass this token as the
Marker value in a subsequent request, the response includes only records beyond the marker, up
to the value specified in the request by MaxRecords.
marker - Pagination token returned for you to pass to a subsequent request. If you pass this token as the
Marker value in a subsequent request, the response includes only records beyond the
marker, up to the value specified in the request by MaxRecords.Copyright © 2023. All rights reserved.