Interface AwsCrtS3V4aSigner.Builder
-
- Enclosing interface:
- AwsCrtS3V4aSigner
public static interface AwsCrtS3V4aSigner.Builder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description AwsCrtS3V4aSignerbuild()AwsCrtS3V4aSigner.BuilderdefaultRegionScope(RegionScope defaultRegionScope)The region scope that this signer will default to if not provided explicitly when the signer is invoked.
-
-
-
Method Detail
-
defaultRegionScope
AwsCrtS3V4aSigner.Builder defaultRegionScope(RegionScope defaultRegionScope)
The region scope that this signer will default to if not provided explicitly when the signer is invoked.- Parameters:
defaultRegionScope- The default region scope.- Returns:
- This builder for method chaining.
-
build
AwsCrtS3V4aSigner build()
-
-