Interface ReplicaDescription.Builder

    • Method Detail

      • regionName

        ReplicaDescription.Builder regionName​(String regionName)

        The name of the Region.

        Parameters:
        regionName - The name of the Region.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • replicaStatus

        ReplicaDescription.Builder replicaStatus​(String replicaStatus)

        The current state of the replica:

        • CREATING - The replica is being created.

        • UPDATING - The replica is being updated.

        • DELETING - The replica is being deleted.

        • ACTIVE - The replica is ready for use.

        • REGION_DISABLED - The replica is inaccessible because the Amazon Web Services Region has been disabled.

          If the Amazon Web Services Region remains inaccessible for more than 20 hours, DynamoDB will remove this replica from the replication group. The replica will not be deleted and replication will stop from and to this region.

        • INACCESSIBLE_ENCRYPTION_CREDENTIALS - The KMS key used to encrypt the table is inaccessible.

          If the KMS key remains inaccessible for more than 20 hours, DynamoDB will remove this replica from the replication group. The replica will not be deleted and replication will stop from and to this region.

        Parameters:
        replicaStatus - The current state of the replica:

        • CREATING - The replica is being created.

        • UPDATING - The replica is being updated.

        • DELETING - The replica is being deleted.

        • ACTIVE - The replica is ready for use.

        • REGION_DISABLED - The replica is inaccessible because the Amazon Web Services Region has been disabled.

          If the Amazon Web Services Region remains inaccessible for more than 20 hours, DynamoDB will remove this replica from the replication group. The replica will not be deleted and replication will stop from and to this region.

        • INACCESSIBLE_ENCRYPTION_CREDENTIALS - The KMS key used to encrypt the table is inaccessible.

          If the KMS key remains inaccessible for more than 20 hours, DynamoDB will remove this replica from the replication group. The replica will not be deleted and replication will stop from and to this region.

        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        ReplicaStatus, ReplicaStatus
      • replicaStatus

        ReplicaDescription.Builder replicaStatus​(ReplicaStatus replicaStatus)

        The current state of the replica:

        • CREATING - The replica is being created.

        • UPDATING - The replica is being updated.

        • DELETING - The replica is being deleted.

        • ACTIVE - The replica is ready for use.

        • REGION_DISABLED - The replica is inaccessible because the Amazon Web Services Region has been disabled.

          If the Amazon Web Services Region remains inaccessible for more than 20 hours, DynamoDB will remove this replica from the replication group. The replica will not be deleted and replication will stop from and to this region.

        • INACCESSIBLE_ENCRYPTION_CREDENTIALS - The KMS key used to encrypt the table is inaccessible.

          If the KMS key remains inaccessible for more than 20 hours, DynamoDB will remove this replica from the replication group. The replica will not be deleted and replication will stop from and to this region.

        Parameters:
        replicaStatus - The current state of the replica:

        • CREATING - The replica is being created.

        • UPDATING - The replica is being updated.

        • DELETING - The replica is being deleted.

        • ACTIVE - The replica is ready for use.

        • REGION_DISABLED - The replica is inaccessible because the Amazon Web Services Region has been disabled.

          If the Amazon Web Services Region remains inaccessible for more than 20 hours, DynamoDB will remove this replica from the replication group. The replica will not be deleted and replication will stop from and to this region.

        • INACCESSIBLE_ENCRYPTION_CREDENTIALS - The KMS key used to encrypt the table is inaccessible.

          If the KMS key remains inaccessible for more than 20 hours, DynamoDB will remove this replica from the replication group. The replica will not be deleted and replication will stop from and to this region.

        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        ReplicaStatus, ReplicaStatus
      • replicaStatusDescription

        ReplicaDescription.Builder replicaStatusDescription​(String replicaStatusDescription)

        Detailed information about the replica status.

        Parameters:
        replicaStatusDescription - Detailed information about the replica status.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • replicaStatusPercentProgress

        ReplicaDescription.Builder replicaStatusPercentProgress​(String replicaStatusPercentProgress)

        Specifies the progress of a Create, Update, or Delete action on the replica as a percentage.

        Parameters:
        replicaStatusPercentProgress - Specifies the progress of a Create, Update, or Delete action on the replica as a percentage.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • kmsMasterKeyId

        ReplicaDescription.Builder kmsMasterKeyId​(String kmsMasterKeyId)

        The KMS key of the replica that will be used for KMS encryption.

        Parameters:
        kmsMasterKeyId - The KMS key of the replica that will be used for KMS encryption.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • provisionedThroughputOverride

        ReplicaDescription.Builder provisionedThroughputOverride​(ProvisionedThroughputOverride provisionedThroughputOverride)

        Replica-specific provisioned throughput. If not described, uses the source table's provisioned throughput settings.

        Parameters:
        provisionedThroughputOverride - Replica-specific provisioned throughput. If not described, uses the source table's provisioned throughput settings.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • globalSecondaryIndexes

        ReplicaDescription.Builder globalSecondaryIndexes​(Collection<ReplicaGlobalSecondaryIndexDescription> globalSecondaryIndexes)

        Replica-specific global secondary index settings.

        Parameters:
        globalSecondaryIndexes - Replica-specific global secondary index settings.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • globalSecondaryIndexes

        ReplicaDescription.Builder globalSecondaryIndexes​(ReplicaGlobalSecondaryIndexDescription... globalSecondaryIndexes)

        Replica-specific global secondary index settings.

        Parameters:
        globalSecondaryIndexes - Replica-specific global secondary index settings.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • replicaInaccessibleDateTime

        ReplicaDescription.Builder replicaInaccessibleDateTime​(Instant replicaInaccessibleDateTime)

        The time at which the replica was first detected as inaccessible. To determine cause of inaccessibility check the ReplicaStatus property.

        Parameters:
        replicaInaccessibleDateTime - The time at which the replica was first detected as inaccessible. To determine cause of inaccessibility check the ReplicaStatus property.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • replicaTableClassSummary

        ReplicaDescription.Builder replicaTableClassSummary​(TableClassSummary replicaTableClassSummary)
        Sets the value of the ReplicaTableClassSummary property for this object.
        Parameters:
        replicaTableClassSummary - The new value for the ReplicaTableClassSummary property for this object.
        Returns:
        Returns a reference to this object so that method calls can be chained together.