@Value.Immutable public interface S3SignRequest extends RESTRequest
Modifier and Type | Method and Description |
---|---|
java.util.Map<java.lang.String,java.util.List<java.lang.String>> |
headers() |
java.lang.String |
method() |
java.util.Map<java.lang.String,java.lang.String> |
properties() |
java.lang.String |
region() |
java.net.URI |
uri() |
default void |
validate()
Ensures that a constructed instance of a REST message is valid according to the REST spec.
|
java.lang.String region()
java.lang.String method()
java.net.URI uri()
java.util.Map<java.lang.String,java.util.List<java.lang.String>> headers()
java.util.Map<java.lang.String,java.lang.String> properties()
default void validate()
RESTMessage
This is needed when parsing data that comes from external sources and the object might have been constructed without all the required fields present.
validate
in interface RESTMessage