Interface NewGeolocationDetail.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<NewGeolocationDetail.Builder,NewGeolocationDetail>,SdkBuilder<NewGeolocationDetail.Builder,NewGeolocationDetail>,SdkPojo
- Enclosing class:
- NewGeolocationDetail
public static interface NewGeolocationDetail.Builder extends SdkPojo, CopyableBuilder<NewGeolocationDetail.Builder,NewGeolocationDetail>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description NewGeolocationDetail.BuilderipAddress(String ipAddress)IP address using which the resource was accessed.NewGeolocationDetail.BuilderisNewForEntireAccount(Boolean isNewForEntireAccount)Checks if the gelocation is new for the entire account.NewGeolocationDetail.Builderlocation(String location)Location where the resource was accessed.-
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
-
location
NewGeolocationDetail.Builder location(String location)
Location where the resource was accessed.
- Parameters:
location- Location where the resource was accessed.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
ipAddress
NewGeolocationDetail.Builder ipAddress(String ipAddress)
IP address using which the resource was accessed.
- Parameters:
ipAddress- IP address using which the resource was accessed.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
isNewForEntireAccount
NewGeolocationDetail.Builder isNewForEntireAccount(Boolean isNewForEntireAccount)
Checks if the gelocation is new for the entire account.
- Parameters:
isNewForEntireAccount- Checks if the gelocation is new for the entire account.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-