Codota Logo
EmailConfigurationType$Builder.build
Code IndexAdd Codota to your IDE (free)

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

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

origin: software.amazon.awssdk/cognitoidp

return emailConfigurationTypeBuilder.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());
}
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: 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());
}
software.amazon.awssdk.services.cognitoidentityprovider.modelEmailConfigurationType$Builderbuild

Popular methods of EmailConfigurationType$Builder

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

Popular in Java

  • Making http post requests using okhttp
  • putExtra (Intent)
  • notifyDataSetChanged (ArrayAdapter)
  • scheduleAtFixedRate (ScheduledExecutorService)
    Creates and executes a periodic action that becomes enabled first after the given initial delay, and
  • Graphics2D (java.awt)
    This Graphics2D class extends the Graphics class to provide more sophisticated control overgraphics
  • Menu (java.awt)
  • FileOutputStream (java.io)
    A file output stream is an output stream for writing data to aFile or to a FileDescriptor. Whether
  • BigInteger (java.math)
    Immutable arbitrary-precision integers. All operations behave as if BigIntegers were represented in
  • JarFile (java.util.jar)
    JarFile is used to read jar entries and their associated data from jar files.
  • HttpServlet (javax.servlet.http)
    Provides an abstract class to be subclassed to create an HTTP servlet suitable for a Web site. A sub
Codota Logo
  • Products

    Search for Java codeSearch for JavaScript codeEnterprise
  • IDE Plugins

    IntelliJ IDEAWebStormAndroid StudioEclipseVisual Studio CodePyCharmSublime TextPhpStormVimAtomGoLandRubyMineEmacsJupyter
  • Company

    About UsContact UsCareers
  • Resources

    FAQBlogCodota Academy Plugin user guide Terms of usePrivacy policyJava Code IndexJavascript Code Index
Get Codota for your IDE now