Exemple #1
0
 /**
  * The Amazon Resource Name (ARN) associated with the role that is used for target invocation.
  *
  * @param roleArn The Amazon Resource Name (ARN) associated with the role that is used for target
  *     invocation.
  * @return Returns a reference to this object so that method calls can be chained together.
  */
 public Rule withRoleArn(String roleArn) {
   setRoleArn(roleArn);
   return this;
 }