Interface BasicAuthenticationConfiguration.Builder
- All Superinterfaces:
- Buildable,- CopyableBuilder<BasicAuthenticationConfiguration.Builder,,- BasicAuthenticationConfiguration> - SdkBuilder<BasicAuthenticationConfiguration.Builder,,- BasicAuthenticationConfiguration> - SdkPojo
- Enclosing class:
- BasicAuthenticationConfiguration
- 
Method SummaryModifier and TypeMethodDescriptioncredentials(String credentials) The Amazon Resource Name (ARN) of an Secrets Manager secret.The name of the website host you want to connect to using authentication credentials.The port number of the website host you want to connect to using authentication credentials.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuildercopyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilderapplyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojoequalsBySdkFields, sdkFieldNameToField, sdkFields
- 
Method Details- 
hostThe 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". - Parameters:
- 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". 
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
portThe 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. - Parameters:
- 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. 
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
credentialsThe Amazon Resource Name (ARN) of an Secrets Manager secret. You create a secret to store your credentials 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. - Parameters:
- credentials- The Amazon Resource Name (ARN) of an Secrets Manager secret. You create a secret to store your credentials 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. 
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
 
-