public abstract class BaseArgs extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
BaseArgs.Builder<B extends BaseArgs.Builder<B,A>,A extends BaseArgs>
Base builder which builds arguments.
|
| Modifier and Type | Field and Description |
|---|---|
protected Http.Headers |
extraHeaders |
protected Http.QueryParameters |
extraQueryParams |
protected String |
location |
| Modifier | Constructor and Description |
|---|---|
protected |
BaseArgs() |
protected |
BaseArgs(BaseArgs args) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
checkSse(ServerSideEncryption sse,
boolean isHttps) |
boolean |
equals(Object o) |
Http.Headers |
extraHeaders() |
Http.QueryParameters |
extraQueryParams() |
int |
hashCode() |
String |
location() |
void |
setLocation(String location) |
protected String location
protected Http.Headers extraHeaders
protected Http.QueryParameters extraQueryParams
protected BaseArgs()
protected BaseArgs(BaseArgs args)
public void setLocation(String location)
public String location()
public Http.Headers extraHeaders()
public Http.QueryParameters extraQueryParams()
protected void checkSse(ServerSideEncryption sse, boolean isHttps)