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

How to use
applyMutation
method
in
software.amazon.awssdk.services.cognitoidentityprovider.model.NumberAttributeConstraintsType$Builder

Best Java code snippets using software.amazon.awssdk.services.cognitoidentityprovider.model.NumberAttributeConstraintsType$Builder.applyMutation (Showing top 2 results out of 315)

origin: software.amazon.awssdk/cognitoidp

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

/**
 * <p>
 * Specifies the constraints for an attribute of the number type.
 * </p>
 * This is a convenience that creates an instance of the {@link NumberAttributeConstraintsType.Builder} avoiding
 * the need to create one manually via {@link NumberAttributeConstraintsType#builder()}.
 *
 * When the {@link Consumer} completes, {@link NumberAttributeConstraintsType.Builder#build()} is called
 * immediately and its result is passed to {@link #numberAttributeConstraints(NumberAttributeConstraintsType)}.
 * 
 * @param numberAttributeConstraints
 *        a consumer that will call methods on {@link NumberAttributeConstraintsType.Builder}
 * @return Returns a reference to this object so that method calls can be chained together.
 * @see #numberAttributeConstraints(NumberAttributeConstraintsType)
 */
default Builder numberAttributeConstraints(Consumer<NumberAttributeConstraintsType.Builder> numberAttributeConstraints) {
  return numberAttributeConstraints(NumberAttributeConstraintsType.builder().applyMutation(numberAttributeConstraints)
      .build());
}
software.amazon.awssdk.services.cognitoidentityprovider.modelNumberAttributeConstraintsType$BuilderapplyMutation

Popular methods of NumberAttributeConstraintsType$Builder

  • build
  • maxValue
    The maximum value of an attribute that is of the number data type.
  • minValue
    The minimum value of an attribute that is of the number data type.

Popular in Java

  • Running tasks concurrently on multiple threads
  • compareTo (BigDecimal)
  • setContentView (Activity)
  • notifyDataSetChanged (ArrayAdapter)
  • Point (java.awt)
    A point representing a location in (x,y) coordinate space, specified in integer precision.
  • SocketException (java.net)
    This SocketException may be thrown during socket creation or setting options, and is the superclass
  • URI (java.net)
    A Uniform Resource Identifier that identifies an abstract or physical resource, as specified by RFC
  • PriorityQueue (java.util)
    A PriorityQueue holds elements on a priority heap, which orders the elements according to their natu
  • Get (org.apache.hadoop.hbase.client)
    Used to perform Get operations on a single row. To get everything for a row, instantiate a Get objec
  • LoggerFactory (org.slf4j)
    The LoggerFactory is a utility class producing Loggers for various logging APIs, most notably for lo
  • CodeWhisperer alternatives
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