Interface ModifyClusterRequest.Builder

  • Method Details

    • clusterId

      ModifyClusterRequest.Builder clusterId(String clusterId)

      The unique identifier of the cluster.

      Parameters:
      clusterId - The unique identifier of the cluster.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • stepConcurrencyLevel

      ModifyClusterRequest.Builder stepConcurrencyLevel(Integer stepConcurrencyLevel)

      The number of steps that can be executed concurrently. You can specify a minimum of 1 step and a maximum of 256 steps. We recommend that you do not change this parameter while steps are running or the ActionOnFailure setting may not behave as expected. For more information see Step$ActionOnFailure.

      Parameters:
      stepConcurrencyLevel - The number of steps that can be executed concurrently. You can specify a minimum of 1 step and a maximum of 256 steps. We recommend that you do not change this parameter while steps are running or the ActionOnFailure setting may not behave as expected. For more information see Step$ActionOnFailure.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • extendedSupport

      ModifyClusterRequest.Builder extendedSupport(Boolean extendedSupport)

      Reserved.

      Parameters:
      extendedSupport - Reserved.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • overrideConfiguration

      ModifyClusterRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
      Description copied from interface: AwsRequest.Builder
      Add an optional request override configuration.
      Specified by:
      overrideConfiguration in interface AwsRequest.Builder
      Parameters:
      overrideConfiguration - The override configuration.
      Returns:
      This object for method chaining.
    • overrideConfiguration

      Description copied from interface: AwsRequest.Builder
      Add an optional request override configuration.
      Specified by:
      overrideConfiguration in interface AwsRequest.Builder
      Parameters:
      builderConsumer - A Consumer to which an empty AwsRequestOverrideConfiguration.Builder will be given.
      Returns:
      This object for method chaining.