public static interface GetThreatIntelSetResponse.Builder extends GuardDutyResponse.Builder, SdkPojo, 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 displayed in all findings that are 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.
|
GetThreatIntelSetResponse.Builder |
tags(Map<String,String> tags)
The tags of the threat list resource.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildGetThreatIntelSetResponse.Builder name(String name)
A user-friendly ThreatIntelSet name displayed in all findings that are generated by activity that involves IP addresses included in this ThreatIntelSet.
name - A user-friendly ThreatIntelSet name displayed in all findings that are generated by activity that
involves IP addresses included in this ThreatIntelSet.GetThreatIntelSetResponse.Builder format(String format)
The format of the threatIntelSet.
format - The format of the threatIntelSet.ThreatIntelSetFormat,
ThreatIntelSetFormatGetThreatIntelSetResponse.Builder format(ThreatIntelSetFormat format)
The format of the threatIntelSet.
format - The format of the threatIntelSet.ThreatIntelSetFormat,
ThreatIntelSetFormatGetThreatIntelSetResponse.Builder location(String location)
The URI of the file that contains the ThreatIntelSet.
location - The URI of the file that contains the ThreatIntelSet.GetThreatIntelSetResponse.Builder status(String status)
The status of threatIntelSet file uploaded.
status - The status of threatIntelSet file uploaded.ThreatIntelSetStatus,
ThreatIntelSetStatusGetThreatIntelSetResponse.Builder status(ThreatIntelSetStatus status)
The status of threatIntelSet file uploaded.
status - The status of threatIntelSet file uploaded.ThreatIntelSetStatus,
ThreatIntelSetStatusGetThreatIntelSetResponse.Builder tags(Map<String,String> tags)
The tags of the threat list resource.
tags - The tags of the threat list resource.Copyright © 2022. All rights reserved.