Uses of Interface
software.amazon.awssdk.services.kendra.model.AuthenticationConfiguration.Builder
-
Packages that use AuthenticationConfiguration.Builder Package Description software.amazon.awssdk.services.kendra.model -
-
Uses of AuthenticationConfiguration.Builder in software.amazon.awssdk.services.kendra.model
Methods in software.amazon.awssdk.services.kendra.model that return AuthenticationConfiguration.Builder Modifier and Type Method Description AuthenticationConfiguration.BuilderAuthenticationConfiguration.Builder. basicAuthentication(Collection<BasicAuthenticationConfiguration> basicAuthentication)The list of configuration information that's required to connect to and crawl a website host using basic authentication credentials.AuthenticationConfiguration.BuilderAuthenticationConfiguration.Builder. basicAuthentication(Consumer<BasicAuthenticationConfiguration.Builder>... basicAuthentication)The list of configuration information that's required to connect to and crawl a website host using basic authentication credentials.AuthenticationConfiguration.BuilderAuthenticationConfiguration.Builder. basicAuthentication(BasicAuthenticationConfiguration... basicAuthentication)The list of configuration information that's required to connect to and crawl a website host using basic authentication credentials.static AuthenticationConfiguration.BuilderAuthenticationConfiguration. builder()AuthenticationConfiguration.BuilderAuthenticationConfiguration. toBuilder()Methods in software.amazon.awssdk.services.kendra.model that return types with arguments of type AuthenticationConfiguration.Builder Modifier and Type Method Description static Class<? extends AuthenticationConfiguration.Builder>AuthenticationConfiguration. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.kendra.model with type arguments of type AuthenticationConfiguration.Builder Modifier and Type Method Description default WebCrawlerConfiguration.BuilderWebCrawlerConfiguration.Builder. authenticationConfiguration(Consumer<AuthenticationConfiguration.Builder> authenticationConfiguration)Configuration information required to connect to websites using authentication.
-