Interface DescribeApplicableIndividualAssessmentsResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<DescribeApplicableIndividualAssessmentsResponse.Builder,DescribeApplicableIndividualAssessmentsResponse>,DatabaseMigrationResponse.Builder,SdkBuilder<DescribeApplicableIndividualAssessmentsResponse.Builder,DescribeApplicableIndividualAssessmentsResponse>,SdkPojo,SdkResponse.Builder
- Enclosing class:
- DescribeApplicableIndividualAssessmentsResponse
public static interface DescribeApplicableIndividualAssessmentsResponse.Builder extends DatabaseMigrationResponse.Builder, SdkPojo, CopyableBuilder<DescribeApplicableIndividualAssessmentsResponse.Builder,DescribeApplicableIndividualAssessmentsResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DescribeApplicableIndividualAssessmentsResponse.BuilderindividualAssessmentNames(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.BuilderindividualAssessmentNames(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.Buildermarker(String marker)Pagination token returned for you to pass to a subsequent request.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.services.databasemigration.model.DatabaseMigrationResponse.Builder
build, responseMetadata, responseMetadata
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
-
-
-
Method Detail
-
individualAssessmentNames
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. 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.
- Parameters:
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.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
individualAssessmentNames
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.
- Parameters:
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.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
marker
DescribeApplicableIndividualAssessmentsResponse.Builder marker(String marker)
Pagination token returned for you to pass to a subsequent request. If you pass this token as the
Markervalue in a subsequent request, the response includes only records beyond the marker, up to the value specified in the request byMaxRecords.- Parameters:
marker- Pagination token returned for you to pass to a subsequent request. If you pass this token as theMarkervalue in a subsequent request, the response includes only records beyond the marker, up to the value specified in the request byMaxRecords.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-