public static interface DescribeReplicationInstanceTaskLogsResponse.Builder extends DatabaseMigrationResponse.Builder, SdkPojo, CopyableBuilder<DescribeReplicationInstanceTaskLogsResponse.Builder,DescribeReplicationInstanceTaskLogsResponse>
| Modifier and Type | Method and Description |
|---|---|
DescribeReplicationInstanceTaskLogsResponse.Builder |
marker(String marker)
An optional pagination token provided by a previous request.
|
DescribeReplicationInstanceTaskLogsResponse.Builder |
replicationInstanceArn(String replicationInstanceArn)
The Amazon Resource Name (ARN) of the replication instance.
|
DescribeReplicationInstanceTaskLogsResponse.Builder |
replicationInstanceTaskLogs(Collection<ReplicationInstanceTaskLog> replicationInstanceTaskLogs)
An array of replication task log metadata.
|
DescribeReplicationInstanceTaskLogsResponse.Builder |
replicationInstanceTaskLogs(Consumer<ReplicationInstanceTaskLog.Builder>... replicationInstanceTaskLogs)
An array of replication task log metadata.
|
DescribeReplicationInstanceTaskLogsResponse.Builder |
replicationInstanceTaskLogs(ReplicationInstanceTaskLog... replicationInstanceTaskLogs)
An array of replication task log metadata.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildDescribeReplicationInstanceTaskLogsResponse.Builder replicationInstanceArn(String replicationInstanceArn)
The Amazon Resource Name (ARN) of the replication instance.
replicationInstanceArn - The Amazon Resource Name (ARN) of the replication instance.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).
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).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).
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).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.Builder avoiding
the need to create one manually via
ReplicationInstanceTaskLog.builder().
When the Consumer completes,
SdkBuilder.build() is
called immediately and its result is passed to #replicationInstanceTaskLogs(List.
replicationInstanceTaskLogs - a consumer that will call methods on
ReplicationInstanceTaskLog.Builder#replicationInstanceTaskLogs(java.util.Collection) 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.
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
.Copyright © 2023. All rights reserved.