Interface OperatorRequest.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<OperatorRequest.Builder,
,OperatorRequest> SdkBuilder<OperatorRequest.Builder,
,OperatorRequest> SdkPojo
- Enclosing class:
OperatorRequest
@Mutable
@NotThreadSafe
public static interface OperatorRequest.Builder
extends SdkPojo, CopyableBuilder<OperatorRequest.Builder,OperatorRequest>
-
Method Summary
Modifier and TypeMethodDescriptionThe 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 Details
-
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.
-