Interface Resilience.Builder

All Superinterfaces:
Buildable, CopyableBuilder<Resilience.Builder,Resilience>, SdkBuilder<Resilience.Builder,Resilience>, SdkPojo
Enclosing class:
Resilience

public static interface Resilience.Builder extends SdkPojo, CopyableBuilder<Resilience.Builder,Resilience>
  • Method Details

    • hsrTier

      Resilience.Builder hsrTier(String hsrTier)

      The tier of the component.

      Parameters:
      hsrTier - The tier of the component.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • hsrReplicationMode

      Resilience.Builder hsrReplicationMode(String hsrReplicationMode)

      The replication mode of the component.

      Parameters:
      hsrReplicationMode - The replication mode of the component.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • hsrReplicationMode

      Resilience.Builder hsrReplicationMode(ReplicationMode hsrReplicationMode)

      The replication mode of the component.

      Parameters:
      hsrReplicationMode - The replication mode of the component.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • hsrOperationMode

      Resilience.Builder hsrOperationMode(String hsrOperationMode)

      The operation mode of the component.

      Parameters:
      hsrOperationMode - The operation mode of the component.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • hsrOperationMode

      Resilience.Builder hsrOperationMode(OperationMode hsrOperationMode)

      The operation mode of the component.

      Parameters:
      hsrOperationMode - The operation mode of the component.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • clusterStatus

      Resilience.Builder clusterStatus(String clusterStatus)

      The cluster status of the component.

      Parameters:
      clusterStatus - The cluster status of the component.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • clusterStatus

      Resilience.Builder clusterStatus(ClusterStatus clusterStatus)

      The cluster status of the component.

      Parameters:
      clusterStatus - The cluster status of the component.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • enqueueReplication

      Resilience.Builder enqueueReplication(Boolean enqueueReplication)

      Indicates if or not enqueue replication is enabled for the ASCS component.

      Parameters:
      enqueueReplication - Indicates if or not enqueue replication is enabled for the ASCS component.
      Returns:
      Returns a reference to this object so that method calls can be chained together.