Interface Identity.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<Identity.Builder,
,Identity> SdkBuilder<Identity.Builder,
,Identity> SdkPojo
- Enclosing class:
Identity
@Mutable
@NotThreadSafe
public static interface Identity.Builder
extends SdkPojo, CopyableBuilder<Identity.Builder,Identity>
-
Method Summary
Modifier and TypeMethodDescriptionThe source IP address of the TCP connection making the request to API Gateway.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 Details
-
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
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.
-