Interface WebProxyCredentials.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<WebProxyCredentials.Builder,
,WebProxyCredentials> SdkBuilder<WebProxyCredentials.Builder,
,WebProxyCredentials> SdkPojo
- Enclosing class:
WebProxyCredentials
@Mutable
@NotThreadSafe
public static interface WebProxyCredentials.Builder
extends SdkPojo, CopyableBuilder<WebProxyCredentials.Builder,WebProxyCredentials>
-
Method Summary
Modifier and TypeMethodDescriptionwebProxyPassword
(String webProxyPassword) The password for authenticating with the web proxy server.webProxyUsername
(String webProxyUsername) The username for authenticating with the web proxy server.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
webProxyUsername
The username for authenticating with the web proxy server.
- Parameters:
webProxyUsername
- The username for authenticating with the web proxy server.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
webProxyPassword
The password for authenticating with the web proxy server.
- Parameters:
webProxyPassword
- The password for authenticating with the web proxy server.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-