@Generated(value="software.amazon.awssdk:codegen") public final class BasicAuthenticationConfiguration extends Object implements SdkPojo, Serializable, ToCopyableBuilder<BasicAuthenticationConfiguration.Builder,BasicAuthenticationConfiguration>
Provides the configuration information to connect to websites that require basic user authentication.
| Modifier and Type | Class and Description |
|---|---|
static interface |
BasicAuthenticationConfiguration.Builder |
| Modifier and Type | Method and Description |
|---|---|
static BasicAuthenticationConfiguration.Builder |
builder() |
String |
credentials()
Your secret ARN, which you can create in Secrets Manager
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
host()
The name of the website host you want to connect to using authentication credentials.
|
Integer |
port()
The port number of the website host you want to connect to using authentication credentials.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends BasicAuthenticationConfiguration.Builder> |
serializableBuilderClass() |
BasicAuthenticationConfiguration.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final 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".
For example, the host name of https://a.example.com/page1.html is "a.example.com".
public final 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.
For example, the port for https://a.example.com/page1.html is 443, the standard port for HTTPS.
public final 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.
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.
public BasicAuthenticationConfiguration.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<BasicAuthenticationConfiguration.Builder,BasicAuthenticationConfiguration>public static BasicAuthenticationConfiguration.Builder builder()
public static Class<? extends BasicAuthenticationConfiguration.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.