Interface FlaggedIpAddressDetail.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<FlaggedIpAddressDetail.Builder,
,FlaggedIpAddressDetail> SdkBuilder<FlaggedIpAddressDetail.Builder,
,FlaggedIpAddressDetail> SdkPojo
- Enclosing class:
FlaggedIpAddressDetail
public static interface FlaggedIpAddressDetail.Builder
extends SdkPojo, CopyableBuilder<FlaggedIpAddressDetail.Builder,FlaggedIpAddressDetail>
-
Method Summary
Modifier and TypeMethodDescriptionIP address of the suspicious entity.Details the reason the IP address was flagged as suspicious.Details the reason the IP address was flagged as suspicious.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, sdkFields
-
Method Details
-
ipAddress
IP address of the suspicious entity.
- Parameters:
ipAddress
- IP address of the suspicious entity.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
reason
Details the reason the IP address was flagged as suspicious.
- Parameters:
reason
- Details the reason the IP address was flagged as suspicious.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
reason
Details the reason the IP address was flagged as suspicious.
- Parameters:
reason
- Details the reason the IP address was flagged as suspicious.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-