Interface ThreatActorIp.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<ThreatActorIp.Builder,ThreatActorIp>,SdkBuilder<ThreatActorIp.Builder,ThreatActorIp>,SdkPojo
- Enclosing class:
- ThreatActorIp
public static interface ThreatActorIp.Builder extends SdkPojo, CopyableBuilder<ThreatActorIp.Builder,ThreatActorIp>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ThreatActorIp.BuilderipAddress(String ipAddress)ThreatActorIp.BuilderuserAgent(String userAgent)-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
-
-
-
Method Detail
-
ipAddress
ThreatActorIp.Builder ipAddress(String ipAddress)
- Parameters:
ipAddress-- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
userAgent
ThreatActorIp.Builder userAgent(String userAgent)
- Parameters:
userAgent-- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-