public static interface ReplicationInstanceTaskLog.Builder extends SdkPojo, CopyableBuilder<ReplicationInstanceTaskLog.Builder,ReplicationInstanceTaskLog>
| Modifier and Type | Method and Description |
|---|---|
ReplicationInstanceTaskLog.Builder |
replicationInstanceTaskLogSize(Long replicationInstanceTaskLogSize)
The size, in bytes, of the replication task log.
|
ReplicationInstanceTaskLog.Builder |
replicationTaskArn(String replicationTaskArn)
The Amazon Resource Name (ARN) of the replication task.
|
ReplicationInstanceTaskLog.Builder |
replicationTaskName(String replicationTaskName)
The name of the replication task.
|
copyapplyMutation, buildReplicationInstanceTaskLog.Builder replicationTaskName(String replicationTaskName)
The name of the replication task.
replicationTaskName - The name of the replication task.ReplicationInstanceTaskLog.Builder replicationTaskArn(String replicationTaskArn)
The Amazon Resource Name (ARN) of the replication task.
replicationTaskArn - The Amazon Resource Name (ARN) of the replication task.ReplicationInstanceTaskLog.Builder replicationInstanceTaskLogSize(Long replicationInstanceTaskLogSize)
The size, in bytes, of the replication task log.
replicationInstanceTaskLogSize - The size, in bytes, of the replication task log.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.