Interface DescribeApplicableIndividualAssessmentsRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<DescribeApplicableIndividualAssessmentsRequest.Builder,DescribeApplicableIndividualAssessmentsRequest>,DatabaseMigrationRequest.Builder,SdkBuilder<DescribeApplicableIndividualAssessmentsRequest.Builder,DescribeApplicableIndividualAssessmentsRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- DescribeApplicableIndividualAssessmentsRequest
public static interface DescribeApplicableIndividualAssessmentsRequest.Builder extends DatabaseMigrationRequest.Builder, SdkPojo, CopyableBuilder<DescribeApplicableIndividualAssessmentsRequest.Builder,DescribeApplicableIndividualAssessmentsRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DescribeApplicableIndividualAssessmentsRequest.Buildermarker(String marker)Optional pagination token provided by a previous request.DescribeApplicableIndividualAssessmentsRequest.BuildermaxRecords(Integer maxRecords)Maximum number of records to include in the response.DescribeApplicableIndividualAssessmentsRequest.BuildermigrationType(String migrationType)Name of the migration type that each provided individual assessment must support.DescribeApplicableIndividualAssessmentsRequest.BuildermigrationType(MigrationTypeValue migrationType)Name of the migration type that each provided individual assessment must support.DescribeApplicableIndividualAssessmentsRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)DescribeApplicableIndividualAssessmentsRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)DescribeApplicableIndividualAssessmentsRequest.BuilderreplicationInstanceArn(String replicationInstanceArn)ARN of a replication instance on which you want to base the default list of individual assessments.DescribeApplicableIndividualAssessmentsRequest.BuilderreplicationTaskArn(String replicationTaskArn)Amazon Resource Name (ARN) of a migration task on which you want to base the default list of individual assessments.DescribeApplicableIndividualAssessmentsRequest.BuildersourceEngineName(String sourceEngineName)Name of a database engine that the specified replication instance supports as a source.DescribeApplicableIndividualAssessmentsRequest.BuildertargetEngineName(String targetEngineName)Name of a database engine that the specified replication instance supports as a target.-
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.databasemigration.model.DatabaseMigrationRequest.Builder
build
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
-
-
-
Method Detail
-
replicationTaskArn
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.
- Parameters:
replicationTaskArn- Amazon Resource Name (ARN) of a migration task on which you want to base the default list of individual assessments.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
replicationInstanceArn
DescribeApplicableIndividualAssessmentsRequest.Builder replicationInstanceArn(String replicationInstanceArn)
ARN of a replication instance on which you want to base the default list of individual assessments.
- Parameters:
replicationInstanceArn- ARN of a replication instance on which you want to base the default list of individual assessments.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
sourceEngineName
DescribeApplicableIndividualAssessmentsRequest.Builder sourceEngineName(String sourceEngineName)
Name of a database engine that the specified replication instance supports as a source.
- Parameters:
sourceEngineName- Name of a database engine that the specified replication instance supports as a source.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
targetEngineName
DescribeApplicableIndividualAssessmentsRequest.Builder targetEngineName(String targetEngineName)
Name of a database engine that the specified replication instance supports as a target.
- Parameters:
targetEngineName- Name of a database engine that the specified replication instance supports as a target.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
migrationType
DescribeApplicableIndividualAssessmentsRequest.Builder migrationType(String migrationType)
Name of the migration type that each provided individual assessment must support.
- Parameters:
migrationType- Name of the migration type that each provided individual assessment must support.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
MigrationTypeValue,MigrationTypeValue
-
migrationType
DescribeApplicableIndividualAssessmentsRequest.Builder migrationType(MigrationTypeValue migrationType)
Name of the migration type that each provided individual assessment must support.
- Parameters:
migrationType- Name of the migration type that each provided individual assessment must support.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
MigrationTypeValue,MigrationTypeValue
-
maxRecords
DescribeApplicableIndividualAssessmentsRequest.Builder maxRecords(Integer maxRecords)
Maximum number of records to include in the response. If more records exist than the specified
MaxRecordsvalue, a pagination token called a marker is included in the response so that the remaining results can be retrieved.- Parameters:
maxRecords- Maximum number of records to include in the response. If more records exist than the specifiedMaxRecordsvalue, a pagination token called a marker is included in the response so that the remaining results can be retrieved.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
marker
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.- Parameters:
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 byMaxRecords.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
DescribeApplicableIndividualAssessmentsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
DescribeApplicableIndividualAssessmentsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-