Interface DescribeReplicationInstanceTaskLogsRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<DescribeReplicationInstanceTaskLogsRequest.Builder,DescribeReplicationInstanceTaskLogsRequest>,DatabaseMigrationRequest.Builder,SdkBuilder<DescribeReplicationInstanceTaskLogsRequest.Builder,DescribeReplicationInstanceTaskLogsRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- DescribeReplicationInstanceTaskLogsRequest
public static interface DescribeReplicationInstanceTaskLogsRequest.Builder extends DatabaseMigrationRequest.Builder, SdkPojo, CopyableBuilder<DescribeReplicationInstanceTaskLogsRequest.Builder,DescribeReplicationInstanceTaskLogsRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DescribeReplicationInstanceTaskLogsRequest.Buildermarker(String marker)An optional pagination token provided by a previous request.DescribeReplicationInstanceTaskLogsRequest.BuildermaxRecords(Integer maxRecords)The maximum number of records to include in the response.DescribeReplicationInstanceTaskLogsRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)DescribeReplicationInstanceTaskLogsRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)DescribeReplicationInstanceTaskLogsRequest.BuilderreplicationInstanceArn(String replicationInstanceArn)The Amazon Resource Name (ARN) of the replication instance.-
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
-
replicationInstanceArn
DescribeReplicationInstanceTaskLogsRequest.Builder replicationInstanceArn(String replicationInstanceArn)
The Amazon Resource Name (ARN) of the replication instance.
- Parameters:
replicationInstanceArn- The Amazon Resource Name (ARN) of the replication instance.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
maxRecords
DescribeReplicationInstanceTaskLogsRequest.Builder maxRecords(Integer maxRecords)
The 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.Default: 100
Constraints: Minimum 20, maximum 100.
- Parameters:
maxRecords- The 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.Default: 100
Constraints: Minimum 20, maximum 100.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
marker
DescribeReplicationInstanceTaskLogsRequest.Builder marker(String marker)
An 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- An 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
DescribeReplicationInstanceTaskLogsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
DescribeReplicationInstanceTaskLogsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-