public static interface HttpParameters.Builder extends SdkPojo, CopyableBuilder<HttpParameters.Builder,HttpParameters>
| Modifier and Type | Method and Description |
|---|---|
HttpParameters.Builder |
headerParameters(Map<String,String> headerParameters)
The headers that need to be sent as part of request invoking the API Gateway API or EventBridge
ApiDestination.
|
HttpParameters.Builder |
pathParameterValues(Collection<String> pathParameterValues)
The path parameter values to be used to populate API Gateway API or EventBridge ApiDestination path wildcards
("*").
|
HttpParameters.Builder |
pathParameterValues(String... pathParameterValues)
The path parameter values to be used to populate API Gateway API or EventBridge ApiDestination path wildcards
("*").
|
HttpParameters.Builder |
queryStringParameters(Map<String,String> queryStringParameters)
The query string keys/values that need to be sent as part of request invoking the API Gateway API or
EventBridge ApiDestination.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildHttpParameters.Builder pathParameterValues(Collection<String> pathParameterValues)
The path parameter values to be used to populate API Gateway API or EventBridge ApiDestination path wildcards ("*").
pathParameterValues - The path parameter values to be used to populate API Gateway API or EventBridge ApiDestination path
wildcards ("*").HttpParameters.Builder pathParameterValues(String... pathParameterValues)
The path parameter values to be used to populate API Gateway API or EventBridge ApiDestination path wildcards ("*").
pathParameterValues - The path parameter values to be used to populate API Gateway API or EventBridge ApiDestination path
wildcards ("*").HttpParameters.Builder headerParameters(Map<String,String> headerParameters)
The headers that need to be sent as part of request invoking the API Gateway API or EventBridge ApiDestination.
headerParameters - The headers that need to be sent as part of request invoking the API Gateway API or EventBridge
ApiDestination.HttpParameters.Builder queryStringParameters(Map<String,String> queryStringParameters)
The query string keys/values that need to be sent as part of request invoking the API Gateway API or EventBridge ApiDestination.
queryStringParameters - The query string keys/values that need to be sent as part of request invoking the API Gateway API or
EventBridge ApiDestination.Copyright © 2023. All rights reserved.