Class EventThreatDetectionCustomModuleName.Builder (0.7.0)

public static class EventThreatDetectionCustomModuleName.Builder

Builder for organizations/{organization}/locations/{location}/eventThreatDetectionCustomModules/{event_threat_detection_custom_module}.

Inheritance

java.lang.Object > EventThreatDetectionCustomModuleName.Builder

Constructors

Builder()

protected Builder()

Methods

build()

public EventThreatDetectionCustomModuleName build()
Returns
TypeDescription
EventThreatDetectionCustomModuleName

getEventThreatDetectionCustomModule()

public String getEventThreatDetectionCustomModule()
Returns
TypeDescription
String

getLocation()

public String getLocation()
Returns
TypeDescription
String

getOrganization()

public String getOrganization()
Returns
TypeDescription
String

setEventThreatDetectionCustomModule(String eventThreatDetectionCustomModule)

public EventThreatDetectionCustomModuleName.Builder setEventThreatDetectionCustomModule(String eventThreatDetectionCustomModule)
Parameter
NameDescription
eventThreatDetectionCustomModuleString
Returns
TypeDescription
EventThreatDetectionCustomModuleName.Builder

setLocation(String location)

public EventThreatDetectionCustomModuleName.Builder setLocation(String location)
Parameter
NameDescription
locationString
Returns
TypeDescription
EventThreatDetectionCustomModuleName.Builder

setOrganization(String organization)

public EventThreatDetectionCustomModuleName.Builder setOrganization(String organization)
Parameter
NameDescription
organizationString
Returns
TypeDescription
EventThreatDetectionCustomModuleName.Builder