Interface ServerlessClientAuthentication.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<ServerlessClientAuthentication.Builder,
,ServerlessClientAuthentication> SdkBuilder<ServerlessClientAuthentication.Builder,
,ServerlessClientAuthentication> SdkPojo
- Enclosing class:
ServerlessClientAuthentication
public static interface ServerlessClientAuthentication.Builder
extends SdkPojo, CopyableBuilder<ServerlessClientAuthentication.Builder,ServerlessClientAuthentication>
-
Method Summary
Modifier and TypeMethodDescriptionsasl
(Consumer<ServerlessSasl.Builder> sasl) Details for ClientAuthentication using SASL.sasl
(ServerlessSasl sasl) Details for ClientAuthentication using SASL.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, sdkFields
-
Method Details
-
sasl
Details for ClientAuthentication using SASL.
- Parameters:
sasl
-Details for ClientAuthentication using SASL.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
sasl
Details for ClientAuthentication using SASL.
This is a convenience method that creates an instance of theServerlessSasl.Builder
avoiding the need to create one manually viaServerlessSasl.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed tosasl(ServerlessSasl)
.- Parameters:
sasl
- a consumer that will call methods onServerlessSasl.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-