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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description AwsService.BuilderinvokedBy(String invokedBy)The name of the Amazon Web Service that performed the action.-
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
-
invokedBy
AwsService.Builder invokedBy(String 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.
-
-