congrats Icon
New! Announcing our next generation AI code completions
Read here
Tabnine Logo
RunCommandParameters.builder
Code IndexAdd Tabnine to your IDE (free)

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

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

origin: aws/aws-sdk-java-v2

/**
 * <p>
 * Parameters used when you are using the rule to invoke Amazon EC2 Run Command.
 * </p>
 * This is a convenience that creates an instance of the {@link RunCommandParameters.Builder} avoiding the need
 * to create one manually via {@link RunCommandParameters#builder()}.
 *
 * When the {@link Consumer} completes, {@link RunCommandParameters.Builder#build()} is called immediately and
 * its result is passed to {@link #runCommandParameters(RunCommandParameters)}.
 * 
 * @param runCommandParameters
 *        a consumer that will call methods on {@link RunCommandParameters.Builder}
 * @return Returns a reference to this object so that method calls can be chained together.
 * @see #runCommandParameters(RunCommandParameters)
 */
default Builder runCommandParameters(Consumer<RunCommandParameters.Builder> runCommandParameters) {
  return runCommandParameters(RunCommandParameters.builder().applyMutation(runCommandParameters).build());
}
origin: software.amazon.awssdk/cloudwatchevents

/**
 * <p>
 * Parameters used when you are using the rule to invoke Amazon EC2 Run Command.
 * </p>
 * This is a convenience that creates an instance of the {@link RunCommandParameters.Builder} avoiding the need
 * to create one manually via {@link RunCommandParameters#builder()}.
 *
 * When the {@link Consumer} completes, {@link RunCommandParameters.Builder#build()} is called immediately and
 * its result is passed to {@link #runCommandParameters(RunCommandParameters)}.
 * 
 * @param runCommandParameters
 *        a consumer that will call methods on {@link RunCommandParameters.Builder}
 * @return Returns a reference to this object so that method calls can be chained together.
 * @see #runCommandParameters(RunCommandParameters)
 */
default Builder runCommandParameters(Consumer<RunCommandParameters.Builder> runCommandParameters) {
  return runCommandParameters(RunCommandParameters.builder().applyMutation(runCommandParameters).build());
}
origin: software.amazon.awssdk/events

/**
 * <p>
 * Parameters used when you are using the rule to invoke Amazon EC2 Run Command.
 * </p>
 * This is a convenience that creates an instance of the {@link RunCommandParameters.Builder} avoiding the need
 * to create one manually via {@link RunCommandParameters#builder()}.
 *
 * When the {@link Consumer} completes, {@link RunCommandParameters.Builder#build()} is called immediately and
 * its result is passed to {@link #runCommandParameters(RunCommandParameters)}.
 * 
 * @param runCommandParameters
 *        a consumer that will call methods on {@link RunCommandParameters.Builder}
 * @return Returns a reference to this object so that method calls can be chained together.
 * @see #runCommandParameters(RunCommandParameters)
 */
default Builder runCommandParameters(Consumer<RunCommandParameters.Builder> runCommandParameters) {
  return runCommandParameters(RunCommandParameters.builder().applyMutation(runCommandParameters).build());
}
origin: software.amazon.awssdk/events

public RunCommandParameters unmarshall(JsonUnmarshallerContext context) throws Exception {
  RunCommandParameters.Builder runCommandParametersBuilder = RunCommandParameters.builder();
software.amazon.awssdk.services.cloudwatchevents.modelRunCommandParametersbuilder

Popular methods of RunCommandParameters

  • <init>
  • runCommandTargets
    Currently, we support including only one RunCommandTarget block, which specifies either an array of
  • toBuilder

Popular in Java

  • Updating database using SQL prepared statement
  • getSharedPreferences (Context)
  • getContentResolver (Context)
  • onCreateOptionsMenu (Activity)
  • InputStreamReader (java.io)
    A class for turning a byte stream into a character stream. Data read from the source input stream is
  • ConnectException (java.net)
    A ConnectException is thrown if a connection cannot be established to a remote host on a specific po
  • MalformedURLException (java.net)
    This exception is thrown when a program attempts to create an URL from an incorrect specification.
  • Properties (java.util)
    A Properties object is a Hashtable where the keys and values must be Strings. Each property can have
  • Annotation (javassist.bytecode.annotation)
    The annotation structure.An instance of this class is returned bygetAnnotations() in AnnotationsAttr
  • ImageIO (javax.imageio)
  • Top 25 Plugins for Webstorm
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