Interface AccessConfigResponse.Builder

  • Method Details

    • bootstrapClusterCreatorAdminPermissions

      AccessConfigResponse.Builder bootstrapClusterCreatorAdminPermissions(Boolean bootstrapClusterCreatorAdminPermissions)

      Specifies whether or not the cluster creator IAM principal was set as a cluster admin access entry during cluster creation time.

      Parameters:
      bootstrapClusterCreatorAdminPermissions - Specifies whether or not the cluster creator IAM principal was set as a cluster admin access entry during cluster creation time.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • authenticationMode

      AccessConfigResponse.Builder authenticationMode(String authenticationMode)

      The current authentication mode of the cluster.

      Parameters:
      authenticationMode - The current authentication mode of the cluster.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • authenticationMode

      AccessConfigResponse.Builder authenticationMode(AuthenticationMode authenticationMode)

      The current authentication mode of the cluster.

      Parameters:
      authenticationMode - The current authentication mode of the cluster.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also: