DeleteClustersRequest.Builder

class DeleteClustersRequest.Builder


Builder class for DeleteClustersRequest.

Summary

Public constructors

Public constructors

Builder

Builder()

Public functions

addClusterType

@CanIgnoreReturnValue
fun addClusterType(@ClusterType clusterType: Int): DeleteClustersRequest.Builder!

Adds a ClusterType to the DeleteClustersRequest.

If not set, this will delete all clusters.

Optional.

build

fun build(): DeleteClustersRequest!

setAccountProfile

@CanIgnoreReturnValue
fun setAccountProfile(accountProfile: AccountProfile!): DeleteClustersRequest.Builder!

Sets the account profile to the DeleteClustersRequest.

Optional.

setDeleteReason

@CanIgnoreReturnValue
fun setDeleteReason(@DeleteReason deleteReason: Int): DeleteClustersRequest.Builder!

Sets the deletion reason to the DeleteClustersRequest.

Optional.

setSyncAcrossDevices

@CanIgnoreReturnValue
fun setSyncAcrossDevices(syncAcrossDevices: Boolean): DeleteClustersRequest.Builder!

Sets the syncAcrossDevices to the DeleteClustersRequest.

Optional.