@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class CreateThreatIntelSetRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description |
|---|
CreateThreatIntelSetRequest() |
| Modifier and Type | Method and Description |
|---|---|
CreateThreatIntelSetRequest |
clone() |
boolean |
equals(Object obj) |
Boolean |
getActivate()
A boolean value that indicates whether GuardDuty is to start using the uploaded ThreatIntelSet.
|
String |
getDetectorId()
The unique ID of the detector that you want to update.
|
String |
getFormat()
The format of the file that contains the ThreatIntelSet.
|
String |
getLocation()
The URI of the file that contains the ThreatIntelSet.
|
String |
getName()
A user-friendly ThreatIntelSet name that is displayed in all finding generated by activity that involves IP
addresses included in this ThreatIntelSet.
|
int |
hashCode() |
Boolean |
isActivate()
A boolean value that indicates whether GuardDuty is to start using the uploaded ThreatIntelSet.
|
void |
setActivate(Boolean activate)
A boolean value that indicates whether GuardDuty is to start using the uploaded ThreatIntelSet.
|
void |
setDetectorId(String detectorId)
The unique ID of the detector that you want to update.
|
void |
setFormat(String format)
The format of the file that contains the ThreatIntelSet.
|
void |
setLocation(String location)
The URI of the file that contains the ThreatIntelSet.
|
void |
setName(String name)
A user-friendly ThreatIntelSet name that is displayed in all finding generated by activity that involves IP
addresses included in this ThreatIntelSet.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
CreateThreatIntelSetRequest |
withActivate(Boolean activate)
A boolean value that indicates whether GuardDuty is to start using the uploaded ThreatIntelSet.
|
CreateThreatIntelSetRequest |
withDetectorId(String detectorId)
The unique ID of the detector that you want to update.
|
CreateThreatIntelSetRequest |
withFormat(String format)
The format of the file that contains the ThreatIntelSet.
|
CreateThreatIntelSetRequest |
withFormat(ThreatIntelSetFormat format)
The format of the file that contains the ThreatIntelSet.
|
CreateThreatIntelSetRequest |
withLocation(String location)
The URI of the file that contains the ThreatIntelSet.
|
CreateThreatIntelSetRequest |
withName(String name)
A user-friendly ThreatIntelSet name that is displayed in all finding generated by activity that involves IP
addresses included in this ThreatIntelSet.
|
addHandlerContext, copyBaseTo, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getHandlerContext, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestCredentialsProvider, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeoutpublic void setActivate(Boolean activate)
activate - A boolean value that indicates whether GuardDuty is to start using the uploaded ThreatIntelSet.public Boolean getActivate()
public CreateThreatIntelSetRequest withActivate(Boolean activate)
activate - A boolean value that indicates whether GuardDuty is to start using the uploaded ThreatIntelSet.public Boolean isActivate()
public void setDetectorId(String detectorId)
detectorId - The unique ID of the detector that you want to update.public String getDetectorId()
public CreateThreatIntelSetRequest withDetectorId(String detectorId)
detectorId - The unique ID of the detector that you want to update.public void setFormat(String format)
format - The format of the file that contains the ThreatIntelSet.ThreatIntelSetFormatpublic String getFormat()
ThreatIntelSetFormatpublic CreateThreatIntelSetRequest withFormat(String format)
format - The format of the file that contains the ThreatIntelSet.ThreatIntelSetFormatpublic CreateThreatIntelSetRequest withFormat(ThreatIntelSetFormat format)
format - The format of the file that contains the ThreatIntelSet.ThreatIntelSetFormatpublic void setLocation(String location)
location - The URI of the file that contains the ThreatIntelSet. For example
(https://s3.us-west-2.amazonaws.com/my-bucket/my-object-key).public String getLocation()
public CreateThreatIntelSetRequest withLocation(String location)
location - The URI of the file that contains the ThreatIntelSet. For example
(https://s3.us-west-2.amazonaws.com/my-bucket/my-object-key).public void setName(String name)
name - A user-friendly ThreatIntelSet name that is displayed in all finding generated by activity that involves
IP addresses included in this ThreatIntelSet.public String getName()
public CreateThreatIntelSetRequest withName(String name)
name - A user-friendly ThreatIntelSet name that is displayed in all finding generated by activity that involves
IP addresses included in this ThreatIntelSet.public String toString()
toString in class ObjectObject.toString()public CreateThreatIntelSetRequest clone()
clone in class AmazonWebServiceRequestCopyright © 2018. All rights reserved.