Interface ReplicationInstanceTaskLog.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<ReplicationInstanceTaskLog.Builder,ReplicationInstanceTaskLog>,SdkBuilder<ReplicationInstanceTaskLog.Builder,ReplicationInstanceTaskLog>,SdkPojo
- Enclosing class:
- ReplicationInstanceTaskLog
public static interface ReplicationInstanceTaskLog.Builder extends SdkPojo, CopyableBuilder<ReplicationInstanceTaskLog.Builder,ReplicationInstanceTaskLog>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ReplicationInstanceTaskLog.BuilderreplicationInstanceTaskLogSize(Long replicationInstanceTaskLogSize)The size, in bytes, of the replication task log.ReplicationInstanceTaskLog.BuilderreplicationTaskArn(String replicationTaskArn)The Amazon Resource Name (ARN) of the replication task.ReplicationInstanceTaskLog.BuilderreplicationTaskName(String replicationTaskName)The name of the replication task.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
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
-
replicationTaskName
ReplicationInstanceTaskLog.Builder replicationTaskName(String replicationTaskName)
The name of the replication task.
- Parameters:
replicationTaskName- The name of the replication task.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
replicationTaskArn
ReplicationInstanceTaskLog.Builder replicationTaskArn(String replicationTaskArn)
The Amazon Resource Name (ARN) of the replication task.
- Parameters:
replicationTaskArn- The Amazon Resource Name (ARN) of the replication task.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
replicationInstanceTaskLogSize
ReplicationInstanceTaskLog.Builder replicationInstanceTaskLogSize(Long replicationInstanceTaskLogSize)
The size, in bytes, of the replication task log.
- Parameters:
replicationInstanceTaskLogSize- The size, in bytes, of the replication task log.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-