public static interface ProxyConfiguration.Builder extends SdkPojo, CopyableBuilder<ProxyConfiguration.Builder,ProxyConfiguration>
| Modifier and Type | Method and Description |
|---|---|
ProxyConfiguration.Builder |
credentials(String credentials)
Your secret ARN, which you can create in Secrets Manager
|
ProxyConfiguration.Builder |
host(String host)
The name of the website host you want to connect to via a web proxy server.
|
ProxyConfiguration.Builder |
port(Integer port)
The port number of the website host you want to connect to via a web proxy server.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildProxyConfiguration.Builder host(String host)
The name of the website host you want to connect to via a web proxy server.
For example, the host name of https://a.example.com/page1.html is "a.example.com".
host - The name of the website host you want to connect to via a web proxy server.
For example, the host name of https://a.example.com/page1.html is "a.example.com".
ProxyConfiguration.Builder port(Integer port)
The port number of the website host you want to connect to via a web proxy server.
For example, the port for https://a.example.com/page1.html is 443, the standard port for HTTPS.
port - The port number of the website host you want to connect to via a web proxy server.
For example, the port for https://a.example.com/page1.html is 443, the standard port for HTTPS.
ProxyConfiguration.Builder credentials(String credentials)
Your secret ARN, which you can create in Secrets Manager
The credentials are optional. You use a secret if web proxy credentials are required to connect to a website host. Amazon Kendra currently support basic authentication to connect to a web proxy server. The secret stores your credentials.
credentials - Your secret ARN, which you can create in Secrets Manager
The credentials are optional. You use a secret if web proxy credentials are required to connect to a website host. Amazon Kendra currently support basic authentication to connect to a web proxy server. The secret stores your credentials.
Copyright © 2023. All rights reserved.