Interface PresignedRequest.PathStage
-
- All Known Implementing Classes:
PresignedRequest.Builder
- Enclosing class:
- PresignedRequest
public static interface PresignedRequest.PathStage
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description PresignedRequest.Builderfrom(PresignedRequest other)PresignedRequest.UrlStagepath(java.lang.String path)
-
-
-
Method Detail
-
path
PresignedRequest.UrlStage path(java.lang.String path)
-
from
PresignedRequest.Builder from(PresignedRequest other)
-
-