Tabnine Logo
UpdateIdentityProviderResponse$Builder.identityProvider
Code IndexAdd Tabnine to your IDE (free)

How to use
identityProvider
method
in
software.amazon.awssdk.services.cognitoidentityprovider.model.UpdateIdentityProviderResponse$Builder

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

origin: software.amazon.awssdk/cognitoidp

if (context.testExpression("IdentityProvider", targetDepth)) {
  context.nextToken();
  updateIdentityProviderResponseBuilder.identityProvider(IdentityProviderTypeUnmarshaller.getInstance()
      .unmarshall(context));
origin: software.amazon.awssdk/cognitoidp

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

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

Javadoc

The identity provider object.

This is a convenience that creates an instance of the IdentityProviderType.Builder avoiding the need to create one manually via IdentityProviderType#builder(). When the Consumer completes, IdentityProviderType.Builder#build() is called immediately and its result is passed to #identityProvider(IdentityProviderType).

Popular methods of UpdateIdentityProviderResponse$Builder

  • build

Popular in Java

  • Creating JSON documents from java classes using gson
  • compareTo (BigDecimal)
  • runOnUiThread (Activity)
  • addToBackStack (FragmentTransaction)
  • Container (java.awt)
    A generic Abstract Window Toolkit(AWT) container object is a component that can contain other AWT co
  • SocketTimeoutException (java.net)
    This exception is thrown when a timeout expired on a socket read or accept operation.
  • ArrayList (java.util)
    ArrayList is an implementation of List, backed by an array. All optional operations including adding
  • NoSuchElementException (java.util)
    Thrown when trying to retrieve an element past the end of an Enumeration or Iterator.
  • ServletException (javax.servlet)
    Defines a general exception a servlet can throw when it encounters difficulty.
  • LogFactory (org.apache.commons.logging)
    Factory for creating Log instances, with discovery and configuration features similar to that employ
  • Best IntelliJ 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