Tabnine Logo
EmailConfigurationType$Builder
Code IndexAdd Tabnine to your IDE (free)

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

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

origin: software.amazon.awssdk/cognitoidp

    if (context.testExpression("SourceArn", targetDepth)) {
      context.nextToken();
      emailConfigurationTypeBuilder.sourceArn(context.getUnmarshaller(String.class).unmarshall(context));
      emailConfigurationTypeBuilder.replyToEmailAddress(context.getUnmarshaller(String.class).unmarshall(context));
return emailConfigurationTypeBuilder.build();
origin: software.amazon.awssdk/cognitoidp

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

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

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

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

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

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

Most used methods

  • applyMutation
  • build
  • replyToEmailAddress
    The REPLY-TO email address.
  • sourceArn
    The Amazon Resource Name (ARN) of the email source.

Popular in Java

  • Running tasks concurrently on multiple threads
  • getResourceAsStream (ClassLoader)
  • getOriginalFilename (MultipartFile)
    Return the original filename in the client's filesystem.This may contain path information depending
  • setScale (BigDecimal)
  • BufferedInputStream (java.io)
    A BufferedInputStream adds functionality to another input stream-namely, the ability to buffer the i
  • PrintWriter (java.io)
    Wraps either an existing OutputStream or an existing Writerand provides convenience methods for prin
  • MalformedURLException (java.net)
    This exception is thrown when a program attempts to create an URL from an incorrect specification.
  • UnknownHostException (java.net)
    Thrown when a hostname can not be resolved.
  • PriorityQueue (java.util)
    A PriorityQueue holds elements on a priority heap, which orders the elements according to their natu
  • ServletException (javax.servlet)
    Defines a general exception a servlet can throw when it encounters difficulty.
  • Top Sublime Text 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