public static interface RdsLoginAttemptAction.Builder extends SdkPojo, CopyableBuilder<RdsLoginAttemptAction.Builder,RdsLoginAttemptAction>
| Modifier and Type | Method and Description |
|---|---|
RdsLoginAttemptAction.Builder |
loginAttributes(Collection<LoginAttribute> loginAttributes)
Indicates the login attributes used in the login attempt.
|
RdsLoginAttemptAction.Builder |
loginAttributes(Consumer<LoginAttribute.Builder>... loginAttributes)
Indicates the login attributes used in the login attempt.
|
RdsLoginAttemptAction.Builder |
loginAttributes(LoginAttribute... loginAttributes)
Indicates the login attributes used in the login attempt.
|
default RdsLoginAttemptAction.Builder |
remoteIpDetails(Consumer<RemoteIpDetails.Builder> remoteIpDetails)
Sets the value of the RemoteIpDetails property for this object.
|
RdsLoginAttemptAction.Builder |
remoteIpDetails(RemoteIpDetails remoteIpDetails)
Sets the value of the RemoteIpDetails property for this object.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildRdsLoginAttemptAction.Builder remoteIpDetails(RemoteIpDetails remoteIpDetails)
remoteIpDetails - The new value for the RemoteIpDetails property for this object.default RdsLoginAttemptAction.Builder remoteIpDetails(Consumer<RemoteIpDetails.Builder> remoteIpDetails)
RemoteIpDetails.Builder avoiding the
need to create one manually via RemoteIpDetails.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to remoteIpDetails(RemoteIpDetails).
remoteIpDetails - a consumer that will call methods on RemoteIpDetails.BuilderremoteIpDetails(RemoteIpDetails)RdsLoginAttemptAction.Builder loginAttributes(Collection<LoginAttribute> loginAttributes)
Indicates the login attributes used in the login attempt.
loginAttributes - Indicates the login attributes used in the login attempt.RdsLoginAttemptAction.Builder loginAttributes(LoginAttribute... loginAttributes)
Indicates the login attributes used in the login attempt.
loginAttributes - Indicates the login attributes used in the login attempt.RdsLoginAttemptAction.Builder loginAttributes(Consumer<LoginAttribute.Builder>... loginAttributes)
Indicates the login attributes used in the login attempt.
This is a convenience method that creates an instance of theLoginAttribute.Builder avoiding the need to create
one manually via LoginAttribute.builder().
When the Consumer completes,
SdkBuilder.build() is called immediately
and its result is passed to #loginAttributes(List.
loginAttributes - a consumer that will call methods on
LoginAttribute.Builder#loginAttributes(java.util.Collection) Copyright © 2023. All rights reserved.