Interface ApiCall.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<ApiCall.Builder,,ApiCall> SdkBuilder<ApiCall.Builder,,ApiCall> SdkPojo
- Enclosing class:
ApiCall
@Mutable
@NotThreadSafe
public static interface ApiCall.Builder
extends SdkPojo, CopyableBuilder<ApiCall.Builder,ApiCall>
-
Method Summary
Modifier and TypeMethodDescriptionThe error code that was returned, if the API call failed.The name of the API operation that was invoked.The service that the API operation was invoked against.User agent in the request to the API operationMethods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
operation
The name of the API operation that was invoked.
- Parameters:
operation- The name of the API operation that was invoked.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
service
The service that the API operation was invoked against.
- Parameters:
service- The service that the API operation was invoked against.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
error
The error code that was returned, if the API call failed.
- Parameters:
error- The error code that was returned, if the API call failed.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
userAgent
User agent in the request to the API operation
- Parameters:
userAgent- User agent in the request to the API operation- Returns:
- Returns a reference to this object so that method calls can be chained together.
-