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 Summary
Modifier and TypeMethodDescriptionThe service principal that is authorized to manage the Auto Scaling group.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
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.
-