DeleteClustersRequest.Builder


public class DeleteClustersRequest.Builder


Builder class for DeleteClustersRequest.

Summary

Public constructors

Public constructors

Builder

public Builder()

Public methods

addClusterType

@CanIgnoreReturnValue
public DeleteClustersRequest.Builder addClusterType(@ClusterType int clusterType)

Adds a ClusterType to the DeleteClustersRequest.

If not set, this will delete all clusters.

Optional.

build

public DeleteClustersRequest build()

setAccountProfile

@CanIgnoreReturnValue
public DeleteClustersRequest.Builder setAccountProfile(AccountProfile accountProfile)

Sets the account profile to the DeleteClustersRequest.

Optional.

setDeleteReason

@CanIgnoreReturnValue
public DeleteClustersRequest.Builder setDeleteReason(@DeleteReason int deleteReason)

Sets the deletion reason to the DeleteClustersRequest.

Optional.

setSyncAcrossDevices

@CanIgnoreReturnValue
public DeleteClustersRequest.Builder setSyncAcrossDevices(boolean syncAcrossDevices)

Sets the syncAcrossDevices to the DeleteClustersRequest.

Optional.