congrats Icon
New! Tabnine Pro 14-day free trial
Start a free trial
Tabnine Logo
InputTransformer.builder
Code IndexAdd Tabnine to your IDE (free)

How to use
builder
method
in
software.amazon.awssdk.services.cloudwatchevents.model.InputTransformer

Best Java code snippets using software.amazon.awssdk.services.cloudwatchevents.model.InputTransformer.builder (Showing top 4 results out of 315)

origin: aws/aws-sdk-java-v2

/**
 * <p>
 * Settings to enable you to provide custom input to a target based on certain event data. You can extract one
 * or more key-value pairs from the event and then use that data to send customized input to the target.
 * </p>
 * This is a convenience that creates an instance of the {@link InputTransformer.Builder} avoiding the need to
 * create one manually via {@link InputTransformer#builder()}.
 *
 * When the {@link Consumer} completes, {@link InputTransformer.Builder#build()} is called immediately and its
 * result is passed to {@link #inputTransformer(InputTransformer)}.
 * 
 * @param inputTransformer
 *        a consumer that will call methods on {@link InputTransformer.Builder}
 * @return Returns a reference to this object so that method calls can be chained together.
 * @see #inputTransformer(InputTransformer)
 */
default Builder inputTransformer(Consumer<InputTransformer.Builder> inputTransformer) {
  return inputTransformer(InputTransformer.builder().applyMutation(inputTransformer).build());
}
origin: software.amazon.awssdk/events

/**
 * <p>
 * Settings to enable you to provide custom input to a target based on certain event data. You can extract one
 * or more key-value pairs from the event and then use that data to send customized input to the target.
 * </p>
 * This is a convenience that creates an instance of the {@link InputTransformer.Builder} avoiding the need to
 * create one manually via {@link InputTransformer#builder()}.
 *
 * When the {@link Consumer} completes, {@link InputTransformer.Builder#build()} is called immediately and its
 * result is passed to {@link #inputTransformer(InputTransformer)}.
 * 
 * @param inputTransformer
 *        a consumer that will call methods on {@link InputTransformer.Builder}
 * @return Returns a reference to this object so that method calls can be chained together.
 * @see #inputTransformer(InputTransformer)
 */
default Builder inputTransformer(Consumer<InputTransformer.Builder> inputTransformer) {
  return inputTransformer(InputTransformer.builder().applyMutation(inputTransformer).build());
}
origin: software.amazon.awssdk/cloudwatchevents

/**
 * <p>
 * Settings to enable you to provide custom input to a target based on certain event data. You can extract one
 * or more key-value pairs from the event and then use that data to send customized input to the target.
 * </p>
 * This is a convenience that creates an instance of the {@link InputTransformer.Builder} avoiding the need to
 * create one manually via {@link InputTransformer#builder()}.
 *
 * When the {@link Consumer} completes, {@link InputTransformer.Builder#build()} is called immediately and its
 * result is passed to {@link #inputTransformer(InputTransformer)}.
 * 
 * @param inputTransformer
 *        a consumer that will call methods on {@link InputTransformer.Builder}
 * @return Returns a reference to this object so that method calls can be chained together.
 * @see #inputTransformer(InputTransformer)
 */
default Builder inputTransformer(Consumer<InputTransformer.Builder> inputTransformer) {
  return inputTransformer(InputTransformer.builder().applyMutation(inputTransformer).build());
}
origin: software.amazon.awssdk/events

public InputTransformer unmarshall(JsonUnmarshallerContext context) throws Exception {
  InputTransformer.Builder inputTransformerBuilder = InputTransformer.builder();
software.amazon.awssdk.services.cloudwatchevents.modelInputTransformerbuilder

Popular methods of InputTransformer

  • <init>
  • inputPathsMap
    Map of JSON paths to be extracted from the event. These are key-value pairs, where each value is a
  • inputTemplate
    Input template where you can use the values of the keys from InputPathsMap to customize the data se
  • toBuilder

Popular in Java

  • Finding current android device location
  • getResourceAsStream (ClassLoader)
  • getOriginalFilename (MultipartFile)
    Return the original filename in the client's filesystem.This may contain path information depending
  • findViewById (Activity)
  • Permission (java.security)
    Legacy security code; do not use.
  • Queue (java.util)
    A collection designed for holding elements prior to processing. Besides basic java.util.Collection o
  • Semaphore (java.util.concurrent)
    A counting semaphore. Conceptually, a semaphore maintains a set of permits. Each #acquire blocks if
  • Modifier (javassist)
    The Modifier class provides static methods and constants to decode class and member access modifiers
  • HttpServlet (javax.servlet.http)
    Provides an abstract class to be subclassed to create an HTTP servlet suitable for a Web site. A sub
  • JOptionPane (javax.swing)
  • Top 17 PhpStorm Plugins
Tabnine Logo
  • Products

    Search for Java codeSearch for JavaScript code
  • IDE Plugins

    IntelliJ IDEAWebStormVisual StudioAndroid StudioEclipseVisual Studio CodePyCharmSublime TextPhpStormVimAtomGoLandRubyMineEmacsJupyter NotebookJupyter LabRiderDataGripAppCode
  • Company

    About UsContact UsCareers
  • Resources

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