Interface DescribeReplicationInstanceTaskLogsResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<DescribeReplicationInstanceTaskLogsResponse.Builder,DescribeReplicationInstanceTaskLogsResponse>,DatabaseMigrationResponse.Builder,SdkBuilder<DescribeReplicationInstanceTaskLogsResponse.Builder,DescribeReplicationInstanceTaskLogsResponse>,SdkPojo,SdkResponse.Builder
- Enclosing class:
- DescribeReplicationInstanceTaskLogsResponse
@Mutable @NotThreadSafe public static interface DescribeReplicationInstanceTaskLogsResponse.Builder extends DatabaseMigrationResponse.Builder, SdkPojo, CopyableBuilder<DescribeReplicationInstanceTaskLogsResponse.Builder,DescribeReplicationInstanceTaskLogsResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DescribeReplicationInstanceTaskLogsResponse.Buildermarker(String marker)An optional pagination token provided by a previous request.DescribeReplicationInstanceTaskLogsResponse.BuilderreplicationInstanceArn(String replicationInstanceArn)The Amazon Resource Name (ARN) of the replication instance.DescribeReplicationInstanceTaskLogsResponse.BuilderreplicationInstanceTaskLogs(Collection<ReplicationInstanceTaskLog> replicationInstanceTaskLogs)An array of replication task log metadata.DescribeReplicationInstanceTaskLogsResponse.BuilderreplicationInstanceTaskLogs(Consumer<ReplicationInstanceTaskLog.Builder>... replicationInstanceTaskLogs)An array of replication task log metadata.DescribeReplicationInstanceTaskLogsResponse.BuilderreplicationInstanceTaskLogs(ReplicationInstanceTaskLog... replicationInstanceTaskLogs)An array of replication task log metadata.-
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, sdkFieldNameToField, sdkFields
-
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
-
-
-
Method Detail
-
replicationInstanceArn
DescribeReplicationInstanceTaskLogsResponse.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.
-
replicationInstanceTaskLogs
DescribeReplicationInstanceTaskLogsResponse.Builder replicationInstanceTaskLogs(Collection<ReplicationInstanceTaskLog> replicationInstanceTaskLogs)
An array of replication task log metadata. Each member of the array contains the replication task name, ARN, and task log size (in bytes).
- Parameters:
replicationInstanceTaskLogs- An array of replication task log metadata. Each member of the array contains the replication task name, ARN, and task log size (in bytes).- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
replicationInstanceTaskLogs
DescribeReplicationInstanceTaskLogsResponse.Builder replicationInstanceTaskLogs(ReplicationInstanceTaskLog... replicationInstanceTaskLogs)
An array of replication task log metadata. Each member of the array contains the replication task name, ARN, and task log size (in bytes).
- Parameters:
replicationInstanceTaskLogs- An array of replication task log metadata. Each member of the array contains the replication task name, ARN, and task log size (in bytes).- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
replicationInstanceTaskLogs
DescribeReplicationInstanceTaskLogsResponse.Builder replicationInstanceTaskLogs(Consumer<ReplicationInstanceTaskLog.Builder>... replicationInstanceTaskLogs)
An array of replication task log metadata. Each member of the array contains the replication task name, ARN, and task log size (in bytes).
This is a convenience method that creates an instance of theReplicationInstanceTaskLog.Builderavoiding the need to create one manually viaReplicationInstanceTaskLog.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed to#replicationInstanceTaskLogs(List.) - Parameters:
replicationInstanceTaskLogs- a consumer that will call methods onReplicationInstanceTaskLog.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
#replicationInstanceTaskLogs(java.util.Collection)
-
marker
DescribeReplicationInstanceTaskLogsResponse.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.
-
-