public static interface GetThreatIntelSetResponse.Builder extends GuardDutyResponse.Builder, CopyableBuilder<GetThreatIntelSetResponse.Builder,GetThreatIntelSetResponse>
| Modifier and Type | Method and Description |
|---|---|
GetThreatIntelSetResponse.Builder |
format(String format)
The format of the threatIntelSet.
|
GetThreatIntelSetResponse.Builder |
format(ThreatIntelSetFormat format)
The format of the threatIntelSet.
|
GetThreatIntelSetResponse.Builder |
location(String location)
The URI of the file that contains the ThreatIntelSet.
|
GetThreatIntelSetResponse.Builder |
name(String name)
A user-friendly ThreatIntelSet name that is displayed in all finding generated by activity that involves IP
addresses included in this ThreatIntelSet.
|
GetThreatIntelSetResponse.Builder |
status(String status)
The status of threatIntelSet file uploaded.
|
GetThreatIntelSetResponse.Builder |
status(ThreatIntelSetStatus status)
The status of threatIntelSet file uploaded.
|
buildsdkHttpResponse, sdkHttpResponsecopyapply, buildGetThreatIntelSetResponse.Builder format(String format)
format - The format of the threatIntelSet.ThreatIntelSetFormat,
ThreatIntelSetFormatGetThreatIntelSetResponse.Builder format(ThreatIntelSetFormat format)
format - The format of the threatIntelSet.ThreatIntelSetFormat,
ThreatIntelSetFormatGetThreatIntelSetResponse.Builder location(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).GetThreatIntelSetResponse.Builder name(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.GetThreatIntelSetResponse.Builder status(String status)
status - The status of threatIntelSet file uploaded.ThreatIntelSetStatus,
ThreatIntelSetStatusGetThreatIntelSetResponse.Builder status(ThreatIntelSetStatus status)
status - The status of threatIntelSet file uploaded.ThreatIntelSetStatus,
ThreatIntelSetStatusCopyright © 2017 Amazon Web Services, Inc. All Rights Reserved.