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 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.
|
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 that is displayed in all finding generated by activity that involves IP addresses included in this ThreatIntelSet.
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 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. For example (https://s3.us-west-2.amazonaws.com/my-bucket/my-object-key).
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 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 © 2019. All rights reserved.