Class ProxyConfiguration
- java.lang.Object
-
- software.amazon.awssdk.services.kendra.model.ProxyConfiguration
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<ProxyConfiguration.Builder,ProxyConfiguration>
@Generated("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.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceProxyConfiguration.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static ProxyConfiguration.Builderbuilder()Stringcredentials()Your secret ARN, which you can create in Secrets Managerbooleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()Stringhost()The name of the website host you want to connect to via a web proxy server.Integerport()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.BuildertoBuilder()StringtoString()Returns a string representation of this object.-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
-
-
-
Method Detail
-
host
public 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".
- Returns:
- 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".
-
port
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.
- Returns:
- 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.
-
credentials
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.
- Returns:
- 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.
-
toBuilder
public ProxyConfiguration.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<ProxyConfiguration.Builder,ProxyConfiguration>
-
builder
public static ProxyConfiguration.Builder builder()
-
serializableBuilderClass
public static Class<? extends ProxyConfiguration.Builder> serializableBuilderClass()
-
equalsBySdkFields
public final boolean equalsBySdkFields(Object obj)
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
toString
public final String toString()
Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
-
-