Interface CreateClusterRequest.Builder

  • Method Details

    • clientToken

      CreateClusterRequest.Builder clientToken(String clientToken)

      A unique, case-sensitive string of up to 64 ASCII characters. To make an idempotent API request with an action, specify a client token in the request.

      Parameters:
      clientToken - A unique, case-sensitive string of up to 64 ASCII characters. To make an idempotent API request with an action, specify a client token in the request.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • clusterName

      CreateClusterRequest.Builder clusterName(String clusterName)

      The name of the cluster.

      Parameters:
      clusterName - The name of the cluster.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • tags

      The tags associated with the cluster.

      Parameters:
      tags - The tags associated with the cluster.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • networkType

      CreateClusterRequest.Builder networkType(String networkType)

      The network type of the cluster. NetworkType can be one of the following: IPV4, DUALSTACK.

      Parameters:
      networkType - The network type of the cluster. NetworkType can be one of the following: IPV4, DUALSTACK.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • networkType

      CreateClusterRequest.Builder networkType(NetworkType networkType)

      The network type of the cluster. NetworkType can be one of the following: IPV4, DUALSTACK.

      Parameters:
      networkType - The network type of the cluster. NetworkType can be one of the following: IPV4, DUALSTACK.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • overrideConfiguration

      CreateClusterRequest.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.