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, responseMetadata
sdkHttpResponse, sdkHttpResponse
copy
applyMutation, build
DescribeReplicationInstanceTaskLogsResponse.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 that creates an instance of theList.Builder
avoiding the need to create one manually via List#builder()
.
When the Consumer
completes, List.Builder#build()
is called
immediately and its result is passed to #replicationInstanceTaskLogs(List)
.replicationInstanceTaskLogs
- a consumer that will call methods on List.Builder
#replicationInstanceTaskLogs(List)
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 © 2017 Amazon Web Services, Inc. All Rights Reserved.