AssociateWebACLRequest.setWebACLId
Code IndexAdd Codota to your IDE (free)

Best code snippets using com.amazonaws.services.waf.model.AssociateWebACLRequest.setWebACLId(Showing top 3 results out of 315)

origin: aws/aws-sdk-java

/**
 * <p>
 * A unique identifier (ID) for the web ACL.
 * </p>
 * 
 * @param webACLId
 *        A unique identifier (ID) for the web ACL.
 * @return Returns a reference to this object so that method calls can be chained together.
 */
public AssociateWebACLRequest withWebACLId(String webACLId) {
  setWebACLId(webACLId);
  return this;
}
origin: com.amazonaws/aws-java-sdk-osgi

/**
 * <p>
 * A unique identifier (ID) for the web ACL.
 * </p>
 * 
 * @param webACLId
 *        A unique identifier (ID) for the web ACL.
 * @return Returns a reference to this object so that method calls can be chained together.
 */
public AssociateWebACLRequest withWebACLId(String webACLId) {
  setWebACLId(webACLId);
  return this;
}
origin: com.amazonaws/aws-java-sdk-bundle

/**
 * <p>
 * A unique identifier (ID) for the web ACL.
 * </p>
 * 
 * @param webACLId
 *        A unique identifier (ID) for the web ACL.
 * @return Returns a reference to this object so that method calls can be chained together.
 */
public AssociateWebACLRequest withWebACLId(String webACLId) {
  setWebACLId(webACLId);
  return this;
}
com.amazonaws.services.waf.modelAssociateWebACLRequestsetWebACLId

Javadoc

A unique identifier (ID) for the web ACL.

Popular methods of AssociateWebACLRequest

  • getResourceArn
    The ARN (Amazon Resource Name) of the resource to be protected.
  • getWebACLId
    A unique identifier (ID) for the web ACL.
  • setResourceArn
    The ARN (Amazon Resource Name) of the resource to be protected.

Popular classes and methods

  • startActivity (Activity)
  • getSystemService (Context)
  • onCreateOptionsMenu (Activity)
  • Component (java.awt)
  • SocketTimeoutException (java.net)
    This exception is thrown when a timeout expired on a socket read or accept operation.
  • URLEncoder (java.net)
    This class is used to encode a string using the format required by application/x-www-form-urlencoded
  • Calendar (java.util)
    Calendar is an abstract base class for converting between a Date object and a set of integer fields
  • Executors (java.util.concurrent)
    Factory and utility methods for Executor, ExecutorService, ScheduledExecutorService, ThreadFactory,
  • AtomicInteger (java.util.concurrent.atomic)
    An int value that may be updated atomically. See the java.util.concurrent.atomic package specificati
  • Scheduler (org.quartz)
    This is the main interface of a Quartz Scheduler. A Scheduler maintains a registry of org.quartz.Job

For IntelliJ IDEA and
Android Studio

  • Codota IntelliJ IDEA pluginCodota Android Studio pluginCode IndexSign in
  • EnterpriseFAQAboutContact Us
  • Terms of usePrivacy policyCodeboxFind Usages
Add Codota to your IDE (free)