Interface GetThreatIntelSetResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<GetThreatIntelSetResponse.Builder,GetThreatIntelSetResponse>,GuardDutyResponse.Builder,SdkBuilder<GetThreatIntelSetResponse.Builder,GetThreatIntelSetResponse>,SdkPojo,SdkResponse.Builder
- Enclosing class:
- GetThreatIntelSetResponse
public static interface GetThreatIntelSetResponse.Builder extends GuardDutyResponse.Builder, SdkPojo, CopyableBuilder<GetThreatIntelSetResponse.Builder,GetThreatIntelSetResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description GetThreatIntelSetResponse.Builderformat(String format)The format of the threatIntelSet.GetThreatIntelSetResponse.Builderformat(ThreatIntelSetFormat format)The format of the threatIntelSet.GetThreatIntelSetResponse.Builderlocation(String location)The URI of the file that contains the ThreatIntelSet.GetThreatIntelSetResponse.Buildername(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.Builderstatus(String status)The status of threatIntelSet file uploaded.GetThreatIntelSetResponse.Builderstatus(ThreatIntelSetStatus status)The status of threatIntelSet file uploaded.GetThreatIntelSetResponse.Buildertags(Map<String,String> tags)The tags of the threat list resource.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.services.guardduty.model.GuardDutyResponse.Builder
build, responseMetadata, responseMetadata
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
-
-
-
Method Detail
-
name
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.
- Parameters:
name- A user-friendly ThreatIntelSet name displayed in all findings that are generated by activity that involves IP addresses included in this ThreatIntelSet.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
format
GetThreatIntelSetResponse.Builder format(String format)
The format of the threatIntelSet.
- Parameters:
format- The format of the threatIntelSet.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
ThreatIntelSetFormat,ThreatIntelSetFormat
-
format
GetThreatIntelSetResponse.Builder format(ThreatIntelSetFormat format)
The format of the threatIntelSet.
- Parameters:
format- The format of the threatIntelSet.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
ThreatIntelSetFormat,ThreatIntelSetFormat
-
location
GetThreatIntelSetResponse.Builder location(String location)
The URI of the file that contains the ThreatIntelSet.
- Parameters:
location- The URI of the file that contains the ThreatIntelSet.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
status
GetThreatIntelSetResponse.Builder status(String status)
The status of threatIntelSet file uploaded.
- Parameters:
status- The status of threatIntelSet file uploaded.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
ThreatIntelSetStatus,ThreatIntelSetStatus
-
status
GetThreatIntelSetResponse.Builder status(ThreatIntelSetStatus status)
The status of threatIntelSet file uploaded.
- Parameters:
status- The status of threatIntelSet file uploaded.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
ThreatIntelSetStatus,ThreatIntelSetStatus
-
tags
GetThreatIntelSetResponse.Builder tags(Map<String,String> tags)
The tags of the threat list resource.
- Parameters:
tags- The tags of the threat list resource.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-