Interface AwsService.Builder
- All Superinterfaces:
 Buildable,CopyableBuilder<AwsService.Builder,,AwsService> SdkBuilder<AwsService.Builder,,AwsService> SdkPojo
- Enclosing class:
 AwsService
public static interface AwsService.Builder
extends SdkPojo, CopyableBuilder<AwsService.Builder,AwsService> 
- 
Method Summary
Modifier and TypeMethodDescriptionThe name of the Amazon Web Service that performed the action.Methods 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
- 
invokedBy
The name of the Amazon Web Service that performed the action.
- Parameters:
 invokedBy- The name of the Amazon Web Service that performed the action.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 
 -