Interface AuthConfig.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<AuthConfig.Builder,,AuthConfig> SdkBuilder<AuthConfig.Builder,,AuthConfig> SdkPojo
- Enclosing class:
AuthConfig
@Mutable
@NotThreadSafe
public static interface AuthConfig.Builder
extends SdkPojo, CopyableBuilder<AuthConfig.Builder,AuthConfig>
-
Method Summary
Modifier and TypeMethodDescriptionThe type of authentication used when calling the external application.The type of authentication used when calling the external application.credentialProviderIdentifier(String credentialProviderIdentifier) The ARN of the Secrets Manager secret that stores the credentials.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
authType
The type of authentication used when calling the external application.
- Parameters:
authType- The type of authentication used when calling the external application.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
authType
The type of authentication used when calling the external application.
- Parameters:
authType- The type of authentication used when calling the external application.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
credentialProviderIdentifier
The ARN of the Secrets Manager secret that stores the credentials. The secret must be accessible to Connect Customer.
- Parameters:
credentialProviderIdentifier- The ARN of the Secrets Manager secret that stores the credentials. The secret must be accessible to Connect Customer.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-