public static interface Target.Builder extends SdkPojo, CopyableBuilder<Target.Builder,Target>
| Modifier and Type | Method and Description |
|---|---|
Target.Builder |
id(String id)
The
TargetID is a 12-character identifier of the ACCOUNT for which the control was
created. |
Target.Builder |
type(String type)
The target type is always an
ACCOUNT. |
Target.Builder |
type(TargetType type)
The target type is always an
ACCOUNT. |
equalsBySdkFields, sdkFieldscopyapplyMutation, buildTarget.Builder type(String type)
The target type is always an ACCOUNT.
type - The target type is always an ACCOUNT.TargetType,
TargetTypeTarget.Builder type(TargetType type)
The target type is always an ACCOUNT.
type - The target type is always an ACCOUNT.TargetType,
TargetTypeTarget.Builder id(String id)
The TargetID is a 12-character identifier of the ACCOUNT for which the control was
created. (This must be the current account.)
id - The TargetID is a 12-character identifier of the ACCOUNT for which the
control was created. (This must be the current account.)Copyright © 2023. All rights reserved.