@Immutable public abstract class RequestOverrideConfig extends Object
Modifier and Type | Class and Description |
---|---|
static interface |
RequestOverrideConfig.Builder<B extends RequestOverrideConfig.Builder> |
Modifier and Type | Method and Description |
---|---|
Optional<List<ApiName>> |
apiNames()
The optional names of the higher level libraries that constructed the request.
|
Optional<Map<String,List<String>>> |
headers()
Optional additional headers to be added to the HTTP request.
|
Optional<Map<String,List<String>>> |
rawQueryParameters()
Optional additional query parameters to be added to the HTTP request.
|
abstract RequestOverrideConfig.Builder<? extends RequestOverrideConfig.Builder> |
toBuilder()
Create a
RequestOverrideConfig.Builder initialized with the properties of this SdkRequestOverrideConfig . |
public Optional<Map<String,List<String>>> headers()
public Optional<Map<String,List<String>>> rawQueryParameters()
public Optional<List<ApiName>> apiNames()
public abstract RequestOverrideConfig.Builder<? extends RequestOverrideConfig.Builder> toBuilder()
RequestOverrideConfig.Builder
initialized with the properties of this SdkRequestOverrideConfig
.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.