Interface ClusterOperationV2Summary.Builder

    • Method Detail

      • clusterArn

        ClusterOperationV2Summary.Builder clusterArn​(String clusterArn)

        ARN of the cluster.

        Parameters:
        clusterArn -

        ARN of the cluster.

        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • startTime

        ClusterOperationV2Summary.Builder startTime​(Instant startTime)

        The time at which operation was started.

        Parameters:
        startTime -

        The time at which operation was started.

        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • endTime

        ClusterOperationV2Summary.Builder endTime​(Instant endTime)

        The time at which the operation finished.

        Parameters:
        endTime -

        The time at which the operation finished.

        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • operationArn

        ClusterOperationV2Summary.Builder operationArn​(String operationArn)

        ARN of the cluster operation.

        Parameters:
        operationArn -

        ARN of the cluster operation.

        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • operationState

        ClusterOperationV2Summary.Builder operationState​(String operationState)

        State of the cluster operation.

        Parameters:
        operationState -

        State of the cluster operation.

        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • operationType

        ClusterOperationV2Summary.Builder operationType​(String operationType)

        Type of the cluster operation.

        Parameters:
        operationType -

        Type of the cluster operation.

        Returns:
        Returns a reference to this object so that method calls can be chained together.