Interface Identity.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<Identity.Builder,Identity>,SdkBuilder<Identity.Builder,Identity>,SdkPojo
- Enclosing class:
- Identity
public static interface Identity.Builder extends SdkPojo, CopyableBuilder<Identity.Builder,Identity>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Identity.BuildersourceIp(String sourceIp)The source IP address of the TCP connection making the request to API Gateway.Identity.BuilderuserAgent(String userAgent)The User Agent of the API caller.-
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
-
sourceIp
Identity.Builder sourceIp(String sourceIp)
The source IP address of the TCP connection making the request to API Gateway.
- Parameters:
sourceIp- The source IP address of the TCP connection making the request to API Gateway.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
userAgent
Identity.Builder userAgent(String userAgent)
The User Agent of the API caller.
- Parameters:
userAgent- The User Agent of the API caller.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-