Interface Operator.Builder

All Superinterfaces:
Buildable, CopyableBuilder<Operator.Builder,Operator>, SdkBuilder<Operator.Builder,Operator>, SdkPojo
Enclosing class:
Operator

@Mutable @NotThreadSafe public static interface Operator.Builder extends SdkPojo, CopyableBuilder<Operator.Builder,Operator>
  • Method Details

    • principal

      Operator.Builder principal(String principal)

      The service principal that is authorized to manage the Auto Scaling group. When an operator is specified, only the designated operator service principal can make mutating changes to the Auto Scaling group.

      Parameters:
      principal - The service principal that is authorized to manage the Auto Scaling group. When an operator is specified, only the designated operator service principal can make mutating changes to the Auto Scaling group.
      Returns:
      Returns a reference to this object so that method calls can be chained together.