Interface RdsLoginAttemptAction.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<RdsLoginAttemptAction.Builder,,RdsLoginAttemptAction> SdkBuilder<RdsLoginAttemptAction.Builder,,RdsLoginAttemptAction> SdkPojo
- Enclosing class:
RdsLoginAttemptAction
@Mutable
@NotThreadSafe
public static interface RdsLoginAttemptAction.Builder
extends SdkPojo, CopyableBuilder<RdsLoginAttemptAction.Builder,RdsLoginAttemptAction>
-
Method Summary
Modifier and TypeMethodDescriptionloginAttributes(Collection<LoginAttribute> loginAttributes) Indicates the login attributes used in the login attempt.loginAttributes(Consumer<LoginAttribute.Builder>... loginAttributes) Indicates the login attributes used in the login attempt.loginAttributes(LoginAttribute... loginAttributes) Indicates the login attributes used in the login attempt.default RdsLoginAttemptAction.BuilderremoteIpDetails(Consumer<RemoteIpDetails.Builder> remoteIpDetails) Sets the value of the RemoteIpDetails property for this object.remoteIpDetails(RemoteIpDetails remoteIpDetails) Sets the value of the RemoteIpDetails property for this object.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
-
remoteIpDetails
Sets the value of the RemoteIpDetails property for this object.- Parameters:
remoteIpDetails- The new value for the RemoteIpDetails property for this object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
remoteIpDetails
default RdsLoginAttemptAction.Builder remoteIpDetails(Consumer<RemoteIpDetails.Builder> remoteIpDetails) Sets the value of the RemoteIpDetails property for this object. This is a convenience method that creates an instance of theRemoteIpDetails.Builderavoiding the need to create one manually viaRemoteIpDetails.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed toremoteIpDetails(RemoteIpDetails).- Parameters:
remoteIpDetails- a consumer that will call methods onRemoteIpDetails.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
loginAttributes
Indicates the login attributes used in the login attempt.
- Parameters:
loginAttributes- Indicates the login attributes used in the login attempt.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
loginAttributes
Indicates the login attributes used in the login attempt.
- Parameters:
loginAttributes- Indicates the login attributes used in the login attempt.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
loginAttributes
Indicates the login attributes used in the login attempt.
This is a convenience method that creates an instance of theLoginAttribute.Builderavoiding the need to create one manually viaLoginAttribute.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tologinAttributes(List<LoginAttribute>).- Parameters:
loginAttributes- a consumer that will call methods onLoginAttribute.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-