Interface ImpossibleTravelDetail.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<ImpossibleTravelDetail.Builder,ImpossibleTravelDetail>,SdkBuilder<ImpossibleTravelDetail.Builder,ImpossibleTravelDetail>,SdkPojo
- Enclosing class:
- ImpossibleTravelDetail
public static interface ImpossibleTravelDetail.Builder extends SdkPojo, CopyableBuilder<ImpossibleTravelDetail.Builder,ImpossibleTravelDetail>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ImpossibleTravelDetail.BuilderendingIpAddress(String endingIpAddress)IP address where the resource was last used in the impossible travel.ImpossibleTravelDetail.BuilderendingLocation(String endingLocation)Location where the resource was last used in the impossible travel.ImpossibleTravelDetail.BuilderhourlyTimeDelta(Integer hourlyTimeDelta)Returns the time difference between the first and last timestamp the resource was used.ImpossibleTravelDetail.BuilderstartingIpAddress(String startingIpAddress)IP address where the resource was first used in the impossible travel.ImpossibleTravelDetail.BuilderstartingLocation(String startingLocation)Location where the resource was first used in the impossible travel.-
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 Detail
-
startingIpAddress
ImpossibleTravelDetail.Builder startingIpAddress(String startingIpAddress)
IP address where the resource was first used in the impossible travel.
- Parameters:
startingIpAddress- IP address where the resource was first used in the impossible travel.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
endingIpAddress
ImpossibleTravelDetail.Builder endingIpAddress(String endingIpAddress)
IP address where the resource was last used in the impossible travel.
- Parameters:
endingIpAddress- IP address where the resource was last used in the impossible travel.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
startingLocation
ImpossibleTravelDetail.Builder startingLocation(String startingLocation)
Location where the resource was first used in the impossible travel.
- Parameters:
startingLocation- Location where the resource was first used in the impossible travel.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
endingLocation
ImpossibleTravelDetail.Builder endingLocation(String endingLocation)
Location where the resource was last used in the impossible travel.
- Parameters:
endingLocation- Location where the resource was last used in the impossible travel.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
hourlyTimeDelta
ImpossibleTravelDetail.Builder hourlyTimeDelta(Integer hourlyTimeDelta)
Returns the time difference between the first and last timestamp the resource was used.
- Parameters:
hourlyTimeDelta- Returns the time difference between the first and last timestamp the resource was used.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-