Class DnsThreatDetectorName.Builder (0.85.0)

public static class DnsThreatDetectorName.Builder

Builder for projects/{project}/locations/{location}/dnsThreatDetectors/{dns_threat_detector}.

Inheritance

java.lang.Object > DnsThreatDetectorName.Builder

Constructors

Builder()

protected Builder()

Methods

build()

public DnsThreatDetectorName build()
Returns
Type Description
DnsThreatDetectorName

getDnsThreatDetector()

public String getDnsThreatDetector()
Returns
Type Description
String

getLocation()

public String getLocation()
Returns
Type Description
String

getProject()

public String getProject()
Returns
Type Description
String

setDnsThreatDetector(String dnsThreatDetector)

public DnsThreatDetectorName.Builder setDnsThreatDetector(String dnsThreatDetector)
Parameter
Name Description
dnsThreatDetector String
Returns
Type Description
DnsThreatDetectorName.Builder

setLocation(String location)

public DnsThreatDetectorName.Builder setLocation(String location)
Parameter
Name Description
location String
Returns
Type Description
DnsThreatDetectorName.Builder

setProject(String project)

public DnsThreatDetectorName.Builder setProject(String project)
Parameter
Name Description
project String
Returns
Type Description
DnsThreatDetectorName.Builder