@Generated(value="software.amazon.awssdk:codegen") public final class ProxyConfiguration extends Object implements SdkPojo, Serializable, ToCopyableBuilder<ProxyConfiguration.Builder,ProxyConfiguration>
Provides the configuration information for a web proxy to connect to website hosts.
| Modifier and Type | Class and Description |
|---|---|
static interface |
ProxyConfiguration.Builder |
| Modifier and Type | Method and Description |
|---|---|
static ProxyConfiguration.Builder |
builder() |
String |
credentials()
Your secret ARN, which you can create in Secrets Manager
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
host()
The name of the website host you want to connect to via a web proxy server.
|
Integer |
port()
The port number of the website host you want to connect to via a web proxy server.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends ProxyConfiguration.Builder> |
serializableBuilderClass() |
ProxyConfiguration.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final 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".
For example, the host name of https://a.example.com/page1.html is "a.example.com".
public final 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.
For example, the port for https://a.example.com/page1.html is 443, the standard port for HTTPS.
public final 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.
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.
public ProxyConfiguration.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<ProxyConfiguration.Builder,ProxyConfiguration>public static ProxyConfiguration.Builder builder()
public static Class<? extends ProxyConfiguration.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.