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

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

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

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());
}
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: 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/events

public EcsParameters unmarshall(JsonUnmarshallerContext context) throws Exception {
  EcsParameters.Builder ecsParametersBuilder = EcsParameters.builder();
software.amazon.awssdk.services.cloudwatchevents.modelEcsParametersbuilder

Popular methods of EcsParameters

  • <init>
  • 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.
  • toBuilder
  • group
    Specifies an ECS task group for the task. The maximum length is 255 characters.
  • launchTypeAsString
    Specifies the launch type on which your task is running. The launch type that you specify here must
  • networkConfiguration
    Use this structure if the ECS task uses the awsvpc network mode. This structure specifies the VPC s
  • platformVersion
    Specifies the platform version for the task. Specify only the numeric portion of the platform versi

Popular in Java

  • Parsing JSON documents to java classes using gson
  • getSharedPreferences (Context)
  • onRequestPermissionsResult (Fragment)
  • startActivity (Activity)
  • Window (java.awt)
    A Window object is a top-level window with no borders and no menubar. The default layout for a windo
  • MalformedURLException (java.net)
    This exception is thrown when a program attempts to create an URL from an incorrect specification.
  • Arrays (java.util)
    This class contains various methods for manipulating arrays (such as sorting and searching). This cl
  • Dictionary (java.util)
    Note: Do not use this class since it is obsolete. Please use the Map interface for new implementatio
  • ResourceBundle (java.util)
    ResourceBundle is an abstract class which is the superclass of classes which provide Locale-specifi
  • Callable (java.util.concurrent)
    A task that returns a result and may throw an exception. Implementors define a single method with no
  • Top Sublime Text plugins
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