Uses of Interface
software.amazon.awssdk.services.kendra.model.BasicAuthenticationConfiguration.Builder
-
Packages that use BasicAuthenticationConfiguration.Builder Package Description software.amazon.awssdk.services.kendra.model -
-
Uses of BasicAuthenticationConfiguration.Builder in software.amazon.awssdk.services.kendra.model
Methods in software.amazon.awssdk.services.kendra.model that return BasicAuthenticationConfiguration.Builder Modifier and Type Method Description static BasicAuthenticationConfiguration.BuilderBasicAuthenticationConfiguration. builder()BasicAuthenticationConfiguration.BuilderBasicAuthenticationConfiguration.Builder. credentials(String credentials)Your secret ARN, which you can create in Secrets ManagerBasicAuthenticationConfiguration.BuilderBasicAuthenticationConfiguration.Builder. host(String host)The name of the website host you want to connect to using authentication credentials.BasicAuthenticationConfiguration.BuilderBasicAuthenticationConfiguration.Builder. port(Integer port)The port number of the website host you want to connect to using authentication credentials.BasicAuthenticationConfiguration.BuilderBasicAuthenticationConfiguration. toBuilder()Methods in software.amazon.awssdk.services.kendra.model that return types with arguments of type BasicAuthenticationConfiguration.Builder Modifier and Type Method Description static Class<? extends BasicAuthenticationConfiguration.Builder>BasicAuthenticationConfiguration. serializableBuilderClass()
-