congrats Icon
New! Tabnine Pro 14-day free trial
Start a free trial
Tabnine Logo
CustomerConnectorInfo$Builder
Code IndexAdd Tabnine to your IDE (free)

How to use
CustomerConnectorInfo$Builder
in
software.amazon.awssdk.services.applicationdiscovery.model

Best Java code snippets using software.amazon.awssdk.services.applicationdiscovery.model.CustomerConnectorInfo$Builder (Showing top 4 results out of 315)

origin: software.amazon.awssdk/discovery

    if (context.testExpression("activeConnectors", targetDepth)) {
      context.nextToken();
      customerConnectorInfoBuilder.activeConnectors(context.getUnmarshaller(Integer.class).unmarshall(context));
      customerConnectorInfoBuilder.healthyConnectors(context.getUnmarshaller(Integer.class).unmarshall(context));
          .blackListedConnectors(context.getUnmarshaller(Integer.class).unmarshall(context));
      customerConnectorInfoBuilder.shutdownConnectors(context.getUnmarshaller(Integer.class).unmarshall(context));
      customerConnectorInfoBuilder.unhealthyConnectors(context.getUnmarshaller(Integer.class).unmarshall(context));
      customerConnectorInfoBuilder.totalConnectors(context.getUnmarshaller(Integer.class).unmarshall(context));
      customerConnectorInfoBuilder.unknownConnectors(context.getUnmarshaller(Integer.class).unmarshall(context));
return customerConnectorInfoBuilder.build();
origin: software.amazon.awssdk/applicationdiscovery

  /**
   * <p>
   * Details about discovered connectors, including connector status and health.
   * </p>
   * This is a convenience that creates an instance of the {@link CustomerConnectorInfo.Builder} avoiding the need
   * to create one manually via {@link CustomerConnectorInfo#builder()}.
   *
   * When the {@link Consumer} completes, {@link CustomerConnectorInfo.Builder#build()} is called immediately and
   * its result is passed to {@link #connectorSummary(CustomerConnectorInfo)}.
   * 
   * @param connectorSummary
   *        a consumer that will call methods on {@link CustomerConnectorInfo.Builder}
   * @return Returns a reference to this object so that method calls can be chained together.
   * @see #connectorSummary(CustomerConnectorInfo)
   */
  default Builder connectorSummary(Consumer<CustomerConnectorInfo.Builder> connectorSummary) {
    return connectorSummary(CustomerConnectorInfo.builder().applyMutation(connectorSummary).build());
  }
}
origin: software.amazon.awssdk/discovery

  /**
   * <p>
   * Details about discovered connectors, including connector status and health.
   * </p>
   * This is a convenience that creates an instance of the {@link CustomerConnectorInfo.Builder} avoiding the need
   * to create one manually via {@link CustomerConnectorInfo#builder()}.
   *
   * When the {@link Consumer} completes, {@link CustomerConnectorInfo.Builder#build()} is called immediately and
   * its result is passed to {@link #connectorSummary(CustomerConnectorInfo)}.
   * 
   * @param connectorSummary
   *        a consumer that will call methods on {@link CustomerConnectorInfo.Builder}
   * @return Returns a reference to this object so that method calls can be chained together.
   * @see #connectorSummary(CustomerConnectorInfo)
   */
  default Builder connectorSummary(Consumer<CustomerConnectorInfo.Builder> connectorSummary) {
    return connectorSummary(CustomerConnectorInfo.builder().applyMutation(connectorSummary).build());
  }
}
origin: aws/aws-sdk-java-v2

  /**
   * <p>
   * Details about discovered connectors, including connector status and health.
   * </p>
   * This is a convenience that creates an instance of the {@link CustomerConnectorInfo.Builder} avoiding the need
   * to create one manually via {@link CustomerConnectorInfo#builder()}.
   *
   * When the {@link Consumer} completes, {@link CustomerConnectorInfo.Builder#build()} is called immediately and
   * its result is passed to {@link #connectorSummary(CustomerConnectorInfo)}.
   * 
   * @param connectorSummary
   *        a consumer that will call methods on {@link CustomerConnectorInfo.Builder}
   * @return Returns a reference to this object so that method calls can be chained together.
   * @see #connectorSummary(CustomerConnectorInfo)
   */
  default Builder connectorSummary(Consumer<CustomerConnectorInfo.Builder> connectorSummary) {
    return connectorSummary(CustomerConnectorInfo.builder().applyMutation(connectorSummary).build());
  }
}
software.amazon.awssdk.services.applicationdiscovery.modelCustomerConnectorInfo$Builder

Most used methods

  • applyMutation
  • build
  • activeConnectors
    Number of active discovery connectors.
  • blackListedConnectors
    Number of blacklisted discovery connectors.
  • healthyConnectors
    Number of healthy discovery connectors.
  • shutdownConnectors
    Number of discovery connectors with status SHUTDOWN,
  • totalConnectors
    Total number of discovery connectors.
  • unhealthyConnectors
    Number of unhealthy discovery connectors.
  • unknownConnectors
    Number of unknown discovery connectors.

Popular in Java

  • Reading from database using SQL prepared statement
  • addToBackStack (FragmentTransaction)
  • scheduleAtFixedRate (ScheduledExecutorService)
  • orElseThrow (Optional)
    Return the contained value, if present, otherwise throw an exception to be created by the provided s
  • PrintWriter (java.io)
    Wraps either an existing OutputStream or an existing Writerand provides convenience methods for prin
  • Manifest (java.util.jar)
    The Manifest class is used to obtain attribute information for a JarFile and its entries.
  • Collectors (java.util.stream)
  • DataSource (javax.sql)
    An interface for the creation of Connection objects which represent a connection to a database. This
  • JFileChooser (javax.swing)
  • LoggerFactory (org.slf4j)
    The LoggerFactory is a utility class producing Loggers for various logging APIs, most notably for lo
  • Top 17 Plugins for Android Studio
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