Tabnine Logo
LambdaConfigType.builder
Code IndexAdd Tabnine to your IDE (free)

How to use
builder
method
in
software.amazon.awssdk.services.cognitoidentityprovider.model.LambdaConfigType

Best Java code snippets using software.amazon.awssdk.services.cognitoidentityprovider.model.LambdaConfigType.builder (Showing top 9 results out of 315)

origin: aws/aws-sdk-java-v2

/**
 * <p>
 * The AWS Lambda configuration information in a user pool description.
 * </p>
 * This is a convenience that creates an instance of the {@link LambdaConfigType.Builder} avoiding the need to
 * create one manually via {@link LambdaConfigType#builder()}.
 *
 * When the {@link Consumer} completes, {@link LambdaConfigType.Builder#build()} is called immediately and its
 * result is passed to {@link #lambdaConfig(LambdaConfigType)}.
 * 
 * @param lambdaConfig
 *        a consumer that will call methods on {@link LambdaConfigType.Builder}
 * @return Returns a reference to this object so that method calls can be chained together.
 * @see #lambdaConfig(LambdaConfigType)
 */
default Builder lambdaConfig(Consumer<LambdaConfigType.Builder> lambdaConfig) {
  return lambdaConfig(LambdaConfigType.builder().applyMutation(lambdaConfig).build());
}
origin: aws/aws-sdk-java-v2

/**
 * <p>
 * The AWS Lambda triggers associated with the user pool.
 * </p>
 * This is a convenience that creates an instance of the {@link LambdaConfigType.Builder} avoiding the need to
 * create one manually via {@link LambdaConfigType#builder()}.
 *
 * When the {@link Consumer} completes, {@link LambdaConfigType.Builder#build()} is called immediately and its
 * result is passed to {@link #lambdaConfig(LambdaConfigType)}.
 * 
 * @param lambdaConfig
 *        a consumer that will call methods on {@link LambdaConfigType.Builder}
 * @return Returns a reference to this object so that method calls can be chained together.
 * @see #lambdaConfig(LambdaConfigType)
 */
default Builder lambdaConfig(Consumer<LambdaConfigType.Builder> lambdaConfig) {
  return lambdaConfig(LambdaConfigType.builder().applyMutation(lambdaConfig).build());
}
origin: aws/aws-sdk-java-v2

/**
 * <p>
 * The AWS Lambda configuration information from the request to update the user pool.
 * </p>
 * This is a convenience that creates an instance of the {@link LambdaConfigType.Builder} avoiding the need to
 * create one manually via {@link LambdaConfigType#builder()}.
 *
 * When the {@link Consumer} completes, {@link LambdaConfigType.Builder#build()} is called immediately and its
 * result is passed to {@link #lambdaConfig(LambdaConfigType)}.
 * 
 * @param lambdaConfig
 *        a consumer that will call methods on {@link LambdaConfigType.Builder}
 * @return Returns a reference to this object so that method calls can be chained together.
 * @see #lambdaConfig(LambdaConfigType)
 */
default Builder lambdaConfig(Consumer<LambdaConfigType.Builder> lambdaConfig) {
  return lambdaConfig(LambdaConfigType.builder().applyMutation(lambdaConfig).build());
}
origin: software.amazon.awssdk/cognitoidp

/**
 * <p>
 * The AWS Lambda configuration information from the request to update the user pool.
 * </p>
 * This is a convenience that creates an instance of the {@link LambdaConfigType.Builder} avoiding the need to
 * create one manually via {@link LambdaConfigType#builder()}.
 *
 * When the {@link Consumer} completes, {@link LambdaConfigType.Builder#build()} is called immediately and its
 * result is passed to {@link #lambdaConfig(LambdaConfigType)}.
 * 
 * @param lambdaConfig
 *        a consumer that will call methods on {@link LambdaConfigType.Builder}
 * @return Returns a reference to this object so that method calls can be chained together.
 * @see #lambdaConfig(LambdaConfigType)
 */
default Builder lambdaConfig(Consumer<LambdaConfigType.Builder> lambdaConfig) {
  return lambdaConfig(LambdaConfigType.builder().applyMutation(lambdaConfig).build());
}
origin: software.amazon.awssdk/cognitoidp

/**
 * <p>
 * The AWS Lambda configuration information in a user pool description.
 * </p>
 * This is a convenience that creates an instance of the {@link LambdaConfigType.Builder} avoiding the need to
 * create one manually via {@link LambdaConfigType#builder()}.
 *
 * When the {@link Consumer} completes, {@link LambdaConfigType.Builder#build()} is called immediately and its
 * result is passed to {@link #lambdaConfig(LambdaConfigType)}.
 * 
 * @param lambdaConfig
 *        a consumer that will call methods on {@link LambdaConfigType.Builder}
 * @return Returns a reference to this object so that method calls can be chained together.
 * @see #lambdaConfig(LambdaConfigType)
 */
default Builder lambdaConfig(Consumer<LambdaConfigType.Builder> lambdaConfig) {
  return lambdaConfig(LambdaConfigType.builder().applyMutation(lambdaConfig).build());
}
origin: software.amazon.awssdk/cognitoidp

/**
 * <p>
 * A container for the AWS Lambda triggers associated with a user pool.
 * </p>
 * This is a convenience that creates an instance of the {@link LambdaConfigType.Builder} avoiding the need to
 * create one manually via {@link LambdaConfigType#builder()}.
 *
 * When the {@link Consumer} completes, {@link LambdaConfigType.Builder#build()} is called immediately and its
 * result is passed to {@link #lambdaConfig(LambdaConfigType)}.
 * 
 * @param lambdaConfig
 *        a consumer that will call methods on {@link LambdaConfigType.Builder}
 * @return Returns a reference to this object so that method calls can be chained together.
 * @see #lambdaConfig(LambdaConfigType)
 */
default Builder lambdaConfig(Consumer<LambdaConfigType.Builder> lambdaConfig) {
  return lambdaConfig(LambdaConfigType.builder().applyMutation(lambdaConfig).build());
}
origin: software.amazon.awssdk/cognitoidp

/**
 * <p>
 * The Lambda trigger configuration information for the new user pool.
 * </p>
 * This is a convenience that creates an instance of the {@link LambdaConfigType.Builder} avoiding the need to
 * create one manually via {@link LambdaConfigType#builder()}.
 *
 * When the {@link Consumer} completes, {@link LambdaConfigType.Builder#build()} is called immediately and its
 * result is passed to {@link #lambdaConfig(LambdaConfigType)}.
 * 
 * @param lambdaConfig
 *        a consumer that will call methods on {@link LambdaConfigType.Builder}
 * @return Returns a reference to this object so that method calls can be chained together.
 * @see #lambdaConfig(LambdaConfigType)
 */
default Builder lambdaConfig(Consumer<LambdaConfigType.Builder> lambdaConfig) {
  return lambdaConfig(LambdaConfigType.builder().applyMutation(lambdaConfig).build());
}
origin: aws/aws-sdk-java-v2

return lambdaConfig(LambdaConfigType.builder().applyMutation(lambdaConfig).build());
origin: software.amazon.awssdk/cognitoidp

public LambdaConfigType unmarshall(JsonUnmarshallerContext context) throws Exception {
  LambdaConfigType.Builder lambdaConfigTypeBuilder = LambdaConfigType.builder();
software.amazon.awssdk.services.cognitoidentityprovider.modelLambdaConfigTypebuilder

Popular methods of LambdaConfigType

  • <init>
  • createAuthChallenge
    Creates an authentication challenge.
  • customMessage
    A custom Message AWS Lambda trigger.
  • defineAuthChallenge
    Defines the authentication challenge.
  • postAuthentication
    A post-authentication AWS Lambda trigger.
  • postConfirmation
    A post-confirmation AWS Lambda trigger.
  • preAuthentication
    A pre-authentication AWS Lambda trigger.
  • preSignUp
    A pre-registration AWS Lambda trigger.
  • toBuilder
  • verifyAuthChallengeResponse
    Verifies the authentication challenge response.
  • preTokenGeneration
    A Lambda trigger that is invoked before token generation.
  • userMigration
    The user migration Lambda config type.
  • preTokenGeneration,
  • userMigration

Popular in Java

  • Making http post requests using okhttp
  • setContentView (Activity)
  • runOnUiThread (Activity)
  • getResourceAsStream (ClassLoader)
  • ObjectMapper (com.fasterxml.jackson.databind)
    ObjectMapper provides functionality for reading and writing JSON, either to and from basic POJOs (Pl
  • FileNotFoundException (java.io)
    Thrown when a file specified by a program cannot be found.
  • UnknownHostException (java.net)
    Thrown when a hostname can not be resolved.
  • Date (java.util)
    A specific moment in time, with millisecond precision. Values typically come from System#currentTime
  • JFileChooser (javax.swing)
  • Project (org.apache.tools.ant)
    Central representation of an Ant project. This class defines an Ant project with all of its targets,
  • From CI to AI: The AI layer in your organization
Tabnine Logo
  • Products

    Search for Java codeSearch for JavaScript code
  • IDE Plugins

    IntelliJ IDEAWebStormVisual StudioAndroid StudioEclipseVisual Studio CodePyCharmSublime TextPhpStormVimGoLandRubyMineEmacsJupyter NotebookJupyter LabRiderDataGripAppCode
  • Company

    About UsContact UsCareers
  • Resources

    FAQBlogTabnine AcademyTerms of usePrivacy policyJava Code IndexJavascript Code Index
Get Tabnine for your IDE now