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.
|
build
sdkHttpResponse, sdkHttpResponse
copy
applyMutation, build
GetThreatIntelSetResponse.Builder format(String format)
format
- The format of the threatIntelSet.ThreatIntelSetFormat
,
ThreatIntelSetFormat
GetThreatIntelSetResponse.Builder format(ThreatIntelSetFormat format)
format
- The format of the threatIntelSet.ThreatIntelSetFormat
,
ThreatIntelSetFormat
GetThreatIntelSetResponse.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
,
ThreatIntelSetStatus
GetThreatIntelSetResponse.Builder status(ThreatIntelSetStatus status)
status
- The status of threatIntelSet file uploaded.ThreatIntelSetStatus
,
ThreatIntelSetStatus
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.