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, responseMetadata
sdkHttpResponse, sdkHttpResponse
equalsBySdkFields, sdkFields
copy
applyMutation, build
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.
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
,
ThreatIntelSetFormat
GetThreatIntelSetResponse.Builder format(ThreatIntelSetFormat format)
The format of the threatIntelSet.
format
- The format of the threatIntelSet.ThreatIntelSetFormat
,
ThreatIntelSetFormat
GetThreatIntelSetResponse.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
,
ThreatIntelSetStatus
GetThreatIntelSetResponse.Builder status(ThreatIntelSetStatus status)
The status of threatIntelSet file uploaded.
status
- The status of threatIntelSet file uploaded.ThreatIntelSetStatus
,
ThreatIntelSetStatus
GetThreatIntelSetResponse.Builder tags(Map<String,String> tags)
The tags of the threat list resource.
tags
- The tags of the threat list resource.Copyright © 2021 Amazon Web Services, Inc. All Rights Reserved.