Tabnine Logo
UpdateUserPoolClientRequest$BuilderImpl
Code IndexAdd Tabnine to your IDE (free)

How to use
UpdateUserPoolClientRequest$BuilderImpl
in
software.amazon.awssdk.services.cognitoidentityprovider.model

Best Java code snippets using software.amazon.awssdk.services.cognitoidentityprovider.model.UpdateUserPoolClientRequest$BuilderImpl (Showing top 16 results out of 315)

origin: aws/aws-sdk-java-v2

@Override
@SafeVarargs
public final Builder allowedOAuthFlows(OAuthFlowType... allowedOAuthFlows) {
  allowedOAuthFlows(Arrays.asList(allowedOAuthFlows));
  return this;
}
origin: software.amazon.awssdk/cognitoidp

@Override
@SafeVarargs
public final Builder allowedOAuthFlowsWithStrings(String... allowedOAuthFlows) {
  allowedOAuthFlowsWithStrings(Arrays.asList(allowedOAuthFlows));
  return this;
}
origin: software.amazon.awssdk/cognitoidp

@Override
@SafeVarargs
public final Builder allowedOAuthScopes(String... allowedOAuthScopes) {
  allowedOAuthScopes(Arrays.asList(allowedOAuthScopes));
  return this;
}
origin: software.amazon.awssdk/cognitoidp

private BuilderImpl(UpdateUserPoolClientRequest model) {
  super(model);
  userPoolId(model.userPoolId);
  clientId(model.clientId);
  clientName(model.clientName);
  refreshTokenValidity(model.refreshTokenValidity);
  readAttributes(model.readAttributes);
  writeAttributes(model.writeAttributes);
  explicitAuthFlowsWithStrings(model.explicitAuthFlows);
  supportedIdentityProviders(model.supportedIdentityProviders);
  callbackURLs(model.callbackURLs);
  logoutURLs(model.logoutURLs);
  defaultRedirectURI(model.defaultRedirectURI);
  allowedOAuthFlowsWithStrings(model.allowedOAuthFlows);
  allowedOAuthScopes(model.allowedOAuthScopes);
  allowedOAuthFlowsUserPoolClient(model.allowedOAuthFlowsUserPoolClient);
}
origin: aws/aws-sdk-java-v2

private BuilderImpl(UpdateUserPoolClientRequest model) {
  super(model);
  userPoolId(model.userPoolId);
  clientId(model.clientId);
  clientName(model.clientName);
  refreshTokenValidity(model.refreshTokenValidity);
  readAttributes(model.readAttributes);
  writeAttributes(model.writeAttributes);
  explicitAuthFlowsWithStrings(model.explicitAuthFlows);
  supportedIdentityProviders(model.supportedIdentityProviders);
  callbackURLs(model.callbackURLs);
  logoutURLs(model.logoutURLs);
  defaultRedirectURI(model.defaultRedirectURI);
  allowedOAuthFlowsWithStrings(model.allowedOAuthFlows);
  allowedOAuthScopes(model.allowedOAuthScopes);
  allowedOAuthFlowsUserPoolClient(model.allowedOAuthFlowsUserPoolClient);
  analyticsConfiguration(model.analyticsConfiguration);
}
origin: software.amazon.awssdk/cognitoidp

public static Builder builder() {
  return new BuilderImpl();
}
origin: aws/aws-sdk-java-v2

public static Builder builder() {
  return new BuilderImpl();
}
origin: software.amazon.awssdk/cognitoidp

@Override
@SafeVarargs
public final Builder callbackURLs(String... callbackURLs) {
  callbackURLs(Arrays.asList(callbackURLs));
  return this;
}
origin: software.amazon.awssdk/cognitoidp

@Override
public Builder toBuilder() {
  return new BuilderImpl(this);
}
origin: aws/aws-sdk-java-v2

@Override
public Builder toBuilder() {
  return new BuilderImpl(this);
}
origin: aws/aws-sdk-java-v2

@Override
@SafeVarargs
public final Builder allowedOAuthScopes(String... allowedOAuthScopes) {
  allowedOAuthScopes(Arrays.asList(allowedOAuthScopes));
  return this;
}
origin: aws/aws-sdk-java-v2

@Override
@SafeVarargs
public final Builder explicitAuthFlows(ExplicitAuthFlowsType... explicitAuthFlows) {
  explicitAuthFlows(Arrays.asList(explicitAuthFlows));
  return this;
}
origin: software.amazon.awssdk/cognitoidp

@Override
@SafeVarargs
public final Builder allowedOAuthFlows(OAuthFlowType... allowedOAuthFlows) {
  allowedOAuthFlows(Arrays.asList(allowedOAuthFlows));
  return this;
}
origin: software.amazon.awssdk/cognitoidp

@Override
@SafeVarargs
public final Builder explicitAuthFlows(ExplicitAuthFlowsType... explicitAuthFlows) {
  explicitAuthFlows(Arrays.asList(explicitAuthFlows));
  return this;
}
origin: aws/aws-sdk-java-v2

@Override
@SafeVarargs
public final Builder allowedOAuthFlowsWithStrings(String... allowedOAuthFlows) {
  allowedOAuthFlowsWithStrings(Arrays.asList(allowedOAuthFlows));
  return this;
}
origin: aws/aws-sdk-java-v2

@Override
@SafeVarargs
public final Builder callbackURLs(String... callbackURLs) {
  callbackURLs(Arrays.asList(callbackURLs));
  return this;
}
software.amazon.awssdk.services.cognitoidentityprovider.modelUpdateUserPoolClientRequest$BuilderImpl

Most used methods

  • <init>
  • allowedOAuthFlows
  • allowedOAuthFlowsUserPoolClient
  • allowedOAuthFlowsWithStrings
  • allowedOAuthScopes
  • callbackURLs
  • clientId
  • clientName
  • defaultRedirectURI
  • explicitAuthFlows
  • explicitAuthFlowsWithStrings
  • logoutURLs
  • explicitAuthFlowsWithStrings,
  • logoutURLs,
  • readAttributes,
  • refreshTokenValidity,
  • supportedIdentityProviders,
  • userPoolId,
  • writeAttributes,
  • analyticsConfiguration

Popular in Java

  • Running tasks concurrently on multiple threads
  • setScale (BigDecimal)
  • findViewById (Activity)
  • requestLocationUpdates (LocationManager)
  • GridBagLayout (java.awt)
    The GridBagLayout class is a flexible layout manager that aligns components vertically and horizonta
  • Collections (java.util)
    This class consists exclusively of static methods that operate on or return collections. It contains
  • LinkedList (java.util)
    Doubly-linked list implementation of the List and Dequeinterfaces. Implements all optional list oper
  • Cipher (javax.crypto)
    This class provides access to implementations of cryptographic ciphers for encryption and decryption
  • JList (javax.swing)
  • Logger (org.slf4j)
    The org.slf4j.Logger interface is the main user entry point of SLF4J API. It is expected that loggin
  • Top PhpStorm 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