Interface OperatorRequest.Builder
-
- All Superinterfaces:
Buildable
,CopyableBuilder<OperatorRequest.Builder,OperatorRequest>
,SdkBuilder<OperatorRequest.Builder,OperatorRequest>
,SdkPojo
- Enclosing class:
- OperatorRequest
public static interface OperatorRequest.Builder extends SdkPojo, CopyableBuilder<OperatorRequest.Builder,OperatorRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description OperatorRequest.Builder
principal(String principal)
The service provider that manages the resource.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
-
-
-
Method Detail
-
principal
OperatorRequest.Builder principal(String principal)
The service provider that manages the resource.
- Parameters:
principal
- The service provider that manages the resource.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-