Tabnine Logo
EcsParameters$Builder.applyMutation
Code IndexAdd Tabnine to your IDE (free)

How to use
applyMutation
method
in
software.amazon.awssdk.services.cloudwatchevents.model.EcsParameters$Builder

Best Java code snippets using software.amazon.awssdk.services.cloudwatchevents.model.EcsParameters$Builder.applyMutation (Showing top 3 results out of 315)

origin: software.amazon.awssdk/events

  /**
   * <p>
   * Contains the Amazon ECS task definition and task count to be used, if the event target is an Amazon ECS task.
   * For more information about Amazon ECS tasks, see <a
   * href="http://docs.aws.amazon.com/AmazonECS/latest/developerguide/task_defintions.html">Task Definitions </a>
   * in the <i>Amazon EC2 Container Service Developer Guide</i>.
   * </p>
   * This is a convenience that creates an instance of the {@link EcsParameters.Builder} avoiding the need to
   * create one manually via {@link EcsParameters#builder()}.
   *
   * When the {@link Consumer} completes, {@link EcsParameters.Builder#build()} is called immediately and its
   * result is passed to {@link #ecsParameters(EcsParameters)}.
   * 
   * @param ecsParameters
   *        a consumer that will call methods on {@link EcsParameters.Builder}
   * @return Returns a reference to this object so that method calls can be chained together.
   * @see #ecsParameters(EcsParameters)
   */
  default Builder ecsParameters(Consumer<EcsParameters.Builder> ecsParameters) {
    return ecsParameters(EcsParameters.builder().applyMutation(ecsParameters).build());
  }
}
origin: software.amazon.awssdk/cloudwatchevents

/**
 * <p>
 * Contains the Amazon ECS task definition and task count to be used, if the event target is an Amazon ECS task.
 * For more information about Amazon ECS tasks, see <a
 * href="http://docs.aws.amazon.com/AmazonECS/latest/developerguide/task_defintions.html">Task Definitions </a>
 * in the <i>Amazon EC2 Container Service Developer Guide</i>.
 * </p>
 * This is a convenience that creates an instance of the {@link EcsParameters.Builder} avoiding the need to
 * create one manually via {@link EcsParameters#builder()}.
 *
 * When the {@link Consumer} completes, {@link EcsParameters.Builder#build()} is called immediately and its
 * result is passed to {@link #ecsParameters(EcsParameters)}.
 * 
 * @param ecsParameters
 *        a consumer that will call methods on {@link EcsParameters.Builder}
 * @return Returns a reference to this object so that method calls can be chained together.
 * @see #ecsParameters(EcsParameters)
 */
default Builder ecsParameters(Consumer<EcsParameters.Builder> ecsParameters) {
  return ecsParameters(EcsParameters.builder().applyMutation(ecsParameters).build());
}
origin: aws/aws-sdk-java-v2

/**
 * <p>
 * Contains the Amazon ECS task definition and task count to be used, if the event target is an Amazon ECS task.
 * For more information about Amazon ECS tasks, see <a
 * href="http://docs.aws.amazon.com/AmazonECS/latest/developerguide/task_defintions.html">Task Definitions </a>
 * in the <i>Amazon EC2 Container Service Developer Guide</i>.
 * </p>
 * This is a convenience that creates an instance of the {@link EcsParameters.Builder} avoiding the need to
 * create one manually via {@link EcsParameters#builder()}.
 *
 * When the {@link Consumer} completes, {@link EcsParameters.Builder#build()} is called immediately and its
 * result is passed to {@link #ecsParameters(EcsParameters)}.
 * 
 * @param ecsParameters
 *        a consumer that will call methods on {@link EcsParameters.Builder}
 * @return Returns a reference to this object so that method calls can be chained together.
 * @see #ecsParameters(EcsParameters)
 */
default Builder ecsParameters(Consumer<EcsParameters.Builder> ecsParameters) {
  return ecsParameters(EcsParameters.builder().applyMutation(ecsParameters).build());
}
software.amazon.awssdk.services.cloudwatchevents.modelEcsParameters$BuilderapplyMutation

Popular methods of EcsParameters$Builder

  • build
  • networkConfiguration
  • taskCount
    The number of tasks to create based on the TaskDefinition. The default is one.
  • taskDefinitionArn
    The ARN of the task definition to use if the event target is an Amazon ECS cluster.

Popular in Java

  • Making http post requests using okhttp
  • onRequestPermissionsResult (Fragment)
  • getApplicationContext (Context)
  • onCreateOptionsMenu (Activity)
  • InputStream (java.io)
    A readable source of bytes.Most clients will use input streams that read data from the file system (
  • BigDecimal (java.math)
    An immutable arbitrary-precision signed decimal.A value is represented by an arbitrary-precision "un
  • NumberFormat (java.text)
    The abstract base class for all number formats. This class provides the interface for formatting and
  • Set (java.util)
    A Set is a data structure which does not allow duplicate elements.
  • Handler (java.util.logging)
    A Handler object accepts a logging request and exports the desired messages to a target, for example
  • LogFactory (org.apache.commons.logging)
    Factory for creating Log instances, with discovery and configuration features similar to that employ
  • Top plugins for WebStorm
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