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

How to use
GroupType$Builder
in
software.amazon.awssdk.services.cognitoidentityprovider.model

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

origin: software.amazon.awssdk/cognitoidp

@Override
@SafeVarargs
public final Builder groups(Consumer<GroupType.Builder>... groups) {
  groups(Stream.of(groups).map(c -> GroupType.builder().applyMutation(c).build()).collect(Collectors.toList()));
  return this;
}
origin: software.amazon.awssdk/cognitoidp

    if (context.testExpression("GroupName", targetDepth)) {
      context.nextToken();
      groupTypeBuilder.groupName(context.getUnmarshaller(String.class).unmarshall(context));
      groupTypeBuilder.userPoolId(context.getUnmarshaller(String.class).unmarshall(context));
      groupTypeBuilder.description(context.getUnmarshaller(String.class).unmarshall(context));
      groupTypeBuilder.roleArn(context.getUnmarshaller(String.class).unmarshall(context));
      groupTypeBuilder.precedence(context.getUnmarshaller(Integer.class).unmarshall(context));
      groupTypeBuilder.lastModifiedDate(context.getUnmarshaller(java.time.Instant.class).unmarshall(context));
      groupTypeBuilder.creationDate(context.getUnmarshaller(java.time.Instant.class).unmarshall(context));
return groupTypeBuilder.build();
origin: software.amazon.awssdk/cognitoidp

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

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

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

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

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

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

@Override
@SafeVarargs
public final Builder groups(Consumer<GroupType.Builder>... groups) {
  groups(Stream.of(groups).map(c -> GroupType.builder().applyMutation(c).build()).collect(Collectors.toList()));
  return this;
}
origin: aws/aws-sdk-java-v2

@Override
@SafeVarargs
public final Builder groups(Consumer<GroupType.Builder>... groups) {
  groups(Stream.of(groups).map(c -> GroupType.builder().applyMutation(c).build()).collect(Collectors.toList()));
  return this;
}
origin: aws/aws-sdk-java-v2

@Override
@SafeVarargs
public final Builder groups(Consumer<GroupType.Builder>... groups) {
  groups(Stream.of(groups).map(c -> GroupType.builder().applyMutation(c).build()).collect(Collectors.toList()));
  return this;
}
software.amazon.awssdk.services.cognitoidentityprovider.modelGroupType$Builder

Most used methods

  • applyMutation
  • build
  • creationDate
    The date the group was created.
  • description
    A string containing the description of the group.
  • groupName
    The name of the group.
  • lastModifiedDate
    The date the group was last modified.
  • precedence
    A nonnegative integer value that specifies the precedence of this group relative to the other group
  • roleArn
    The role ARN for the group.
  • userPoolId
    The user pool ID for the user pool.

Popular in Java

  • Making http requests using okhttp
  • notifyDataSetChanged (ArrayAdapter)
  • addToBackStack (FragmentTransaction)
  • putExtra (Intent)
  • Graphics2D (java.awt)
    This Graphics2D class extends the Graphics class to provide more sophisticated control overgraphics
  • PrintStream (java.io)
    Fake signature of an existing Java class.
  • PrintWriter (java.io)
    Wraps either an existing OutputStream or an existing Writerand provides convenience methods for prin
  • TimerTask (java.util)
    The TimerTask class represents a task to run at a specified time. The task may be run once or repeat
  • Executor (java.util.concurrent)
    An object that executes submitted Runnable tasks. This interface provides a way of decoupling task s
  • IsNull (org.hamcrest.core)
    Is the value null?
  • 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