public static interface BasicAuthenticationConfiguration.Builder extends SdkPojo, CopyableBuilder<BasicAuthenticationConfiguration.Builder,BasicAuthenticationConfiguration>
| Modifier and Type | Method and Description |
|---|---|
BasicAuthenticationConfiguration.Builder |
credentials(String credentials)
Your secret ARN, which you can create in Secrets Manager
|
BasicAuthenticationConfiguration.Builder |
host(String host)
The name of the website host you want to connect to using authentication credentials.
|
BasicAuthenticationConfiguration.Builder |
port(Integer port)
The port number of the website host you want to connect to using authentication credentials.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildBasicAuthenticationConfiguration.Builder host(String host)
The name of the website host you want to connect to using authentication credentials.
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 using authentication credentials.
For example, the host name of https://a.example.com/page1.html is "a.example.com".
BasicAuthenticationConfiguration.Builder port(Integer port)
The port number of the website host you want to connect to using authentication credentials.
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 using authentication credentials.
For example, the port for https://a.example.com/page1.html is 443, the standard port for HTTPS.
BasicAuthenticationConfiguration.Builder credentials(String credentials)
Your secret ARN, which you can create in Secrets Manager
You use a secret if basic authentication credentials are required to connect to a website. The secret stores your credentials of user name and password.
credentials - Your secret ARN, which you can create in Secrets Manager
You use a secret if basic authentication credentials are required to connect to a website. The secret stores your credentials of user name and password.
Copyright © 2023. All rights reserved.