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

How to use
build
method
in
software.amazon.awssdk.services.cognitoidentityprovider.model.NewDeviceMetadataType$Builder

Best Java code snippets using software.amazon.awssdk.services.cognitoidentityprovider.model.NewDeviceMetadataType$Builder.build (Showing top 3 results out of 315)

origin: software.amazon.awssdk/cognitoidp

return newDeviceMetadataTypeBuilder.build();
origin: software.amazon.awssdk/cognitoidp

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

  /**
   * <p>
   * The new device metadata from an authentication result.
   * </p>
   * This is a convenience that creates an instance of the {@link NewDeviceMetadataType.Builder} avoiding the need
   * to create one manually via {@link NewDeviceMetadataType#builder()}.
   *
   * When the {@link Consumer} completes, {@link NewDeviceMetadataType.Builder#build()} is called immediately and
   * its result is passed to {@link #newDeviceMetadata(NewDeviceMetadataType)}.
   * 
   * @param newDeviceMetadata
   *        a consumer that will call methods on {@link NewDeviceMetadataType.Builder}
   * @return Returns a reference to this object so that method calls can be chained together.
   * @see #newDeviceMetadata(NewDeviceMetadataType)
   */
  default Builder newDeviceMetadata(Consumer<NewDeviceMetadataType.Builder> newDeviceMetadata) {
    return newDeviceMetadata(NewDeviceMetadataType.builder().applyMutation(newDeviceMetadata).build());
  }
}
software.amazon.awssdk.services.cognitoidentityprovider.modelNewDeviceMetadataType$Builderbuild

Popular methods of NewDeviceMetadataType$Builder

  • applyMutation
  • deviceGroupKey
    The device group key.
  • deviceKey
    The device key.

Popular in Java

  • Updating database using SQL prepared statement
  • requestLocationUpdates (LocationManager)
  • setRequestProperty (URLConnection)
  • getContentResolver (Context)
  • Date (java.util)
    A specific moment in time, with millisecond precision. Values typically come from System#currentTime
  • JarFile (java.util.jar)
    JarFile is used to read jar entries and their associated data from jar files.
  • SSLHandshakeException (javax.net.ssl)
    The exception that is thrown when a handshake could not be completed successfully.
  • JButton (javax.swing)
  • JTable (javax.swing)
  • Response (javax.ws.rs.core)
    Defines the contract between a returned instance and the runtime when an application needs to provid
  • Top 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