@Stability(value=Stable) public static final class ConnectionProps.Builder extends Object implements software.amazon.jsii.Builder<ConnectionProps>
ConnectionProps| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
ConnectionProps.Builder |
authorization(Authorization authorization)
Sets the value of
ConnectionProps.getAuthorization() |
ConnectionProps.Builder |
bodyParameters(Map<String,? extends HttpParameter> bodyParameters)
Sets the value of
ConnectionProps.getBodyParameters() |
ConnectionProps |
build()
Builds the configured instance.
|
ConnectionProps.Builder |
connectionName(String connectionName)
Sets the value of
ConnectionProps.getConnectionName() |
ConnectionProps.Builder |
description(String description)
Sets the value of
ConnectionProps.getDescription() |
ConnectionProps.Builder |
headerParameters(Map<String,? extends HttpParameter> headerParameters)
Sets the value of
ConnectionProps.getHeaderParameters() |
ConnectionProps.Builder |
queryStringParameters(Map<String,? extends HttpParameter> queryStringParameters)
Sets the value of
ConnectionProps.getQueryStringParameters() |
@Stability(value=Stable) public ConnectionProps.Builder authorization(Authorization authorization)
ConnectionProps.getAuthorization()authorization - The authorization type for the connection. This parameter is required.this@Stability(value=Stable) public ConnectionProps.Builder bodyParameters(Map<String,? extends HttpParameter> bodyParameters)
ConnectionProps.getBodyParameters()bodyParameters - Additional string parameters to add to the invocation bodies.this@Stability(value=Stable) public ConnectionProps.Builder connectionName(String connectionName)
ConnectionProps.getConnectionName()connectionName - The name of the connection.this@Stability(value=Stable) public ConnectionProps.Builder description(String description)
ConnectionProps.getDescription()description - The name of the connection.this@Stability(value=Stable) public ConnectionProps.Builder headerParameters(Map<String,? extends HttpParameter> headerParameters)
ConnectionProps.getHeaderParameters()headerParameters - Additional string parameters to add to the invocation headers.this@Stability(value=Stable) public ConnectionProps.Builder queryStringParameters(Map<String,? extends HttpParameter> queryStringParameters)
ConnectionProps.getQueryStringParameters()queryStringParameters - Additional string parameters to add to the invocation query strings.this@Stability(value=Stable) public ConnectionProps build()
build in interface software.amazon.jsii.Builder<ConnectionProps>ConnectionPropsNullPointerException - if any required attribute was not providedCopyright © 2022. All rights reserved.