Interface ReplicatorSummary.Builder

    • Method Detail

      • creationTime

        ReplicatorSummary.Builder creationTime​(Instant creationTime)

        The time the replicator was created.

        Parameters:
        creationTime - The time the replicator was created.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • currentVersion

        ReplicatorSummary.Builder currentVersion​(String currentVersion)

        The current version of the replicator.

        Parameters:
        currentVersion - The current version of the replicator.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • isReplicatorReference

        ReplicatorSummary.Builder isReplicatorReference​(Boolean isReplicatorReference)

        Whether this resource is a replicator reference.

        Parameters:
        isReplicatorReference - Whether this resource is a replicator reference.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • kafkaClustersSummary

        ReplicatorSummary.Builder kafkaClustersSummary​(Collection<KafkaClusterSummary> kafkaClustersSummary)

        Kafka Clusters used in setting up sources / targets for replication.

        Parameters:
        kafkaClustersSummary - Kafka Clusters used in setting up sources / targets for replication.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • kafkaClustersSummary

        ReplicatorSummary.Builder kafkaClustersSummary​(KafkaClusterSummary... kafkaClustersSummary)

        Kafka Clusters used in setting up sources / targets for replication.

        Parameters:
        kafkaClustersSummary - Kafka Clusters used in setting up sources / targets for replication.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • replicationInfoSummaryList

        ReplicatorSummary.Builder replicationInfoSummaryList​(Collection<ReplicationInfoSummary> replicationInfoSummaryList)

        A list of summarized information of replications between clusters.

        Parameters:
        replicationInfoSummaryList - A list of summarized information of replications between clusters.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • replicationInfoSummaryList

        ReplicatorSummary.Builder replicationInfoSummaryList​(ReplicationInfoSummary... replicationInfoSummaryList)

        A list of summarized information of replications between clusters.

        Parameters:
        replicationInfoSummaryList - A list of summarized information of replications between clusters.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • replicatorArn

        ReplicatorSummary.Builder replicatorArn​(String replicatorArn)

        The Amazon Resource Name (ARN) of the replicator.

        Parameters:
        replicatorArn - The Amazon Resource Name (ARN) of the replicator.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • replicatorName

        ReplicatorSummary.Builder replicatorName​(String replicatorName)

        The name of the replicator.

        Parameters:
        replicatorName - The name of the replicator.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • replicatorResourceArn

        ReplicatorSummary.Builder replicatorResourceArn​(String replicatorResourceArn)

        The Amazon Resource Name (ARN) of the replicator resource in the region where the replicator was created.

        Parameters:
        replicatorResourceArn - The Amazon Resource Name (ARN) of the replicator resource in the region where the replicator was created.
        Returns:
        Returns a reference to this object so that method calls can be chained together.