public static interface ChangeLog.Builder extends SdkPojo, CopyableBuilder<ChangeLog.Builder,ChangeLog>
| Modifier and Type | Method and Description |
|---|---|
ChangeLog.Builder |
action(ActionEnum action)
The action that was performed.
|
ChangeLog.Builder |
action(String action)
The action that was performed.
|
ChangeLog.Builder |
createdAt(Instant createdAt)
The time when the action was performed and the changelog record was created.
|
ChangeLog.Builder |
createdBy(String createdBy)
The user or role that performed the action.
|
ChangeLog.Builder |
objectName(String objectName)
The name of the object that changed.
|
ChangeLog.Builder |
objectType(ObjectTypeEnum objectType)
The object that was changed, such as an assessment, control, or control set.
|
ChangeLog.Builder |
objectType(String objectType)
The object that was changed, such as an assessment, control, or control set.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildChangeLog.Builder objectType(String objectType)
The object that was changed, such as an assessment, control, or control set.
objectType - The object that was changed, such as an assessment, control, or control set.ObjectTypeEnum,
ObjectTypeEnumChangeLog.Builder objectType(ObjectTypeEnum objectType)
The object that was changed, such as an assessment, control, or control set.
objectType - The object that was changed, such as an assessment, control, or control set.ObjectTypeEnum,
ObjectTypeEnumChangeLog.Builder objectName(String objectName)
The name of the object that changed. This could be the name of an assessment, control, or control set.
objectName - The name of the object that changed. This could be the name of an assessment, control, or control set.ChangeLog.Builder action(String action)
The action that was performed.
action - The action that was performed.ActionEnum,
ActionEnumChangeLog.Builder action(ActionEnum action)
The action that was performed.
action - The action that was performed.ActionEnum,
ActionEnumChangeLog.Builder createdAt(Instant createdAt)
The time when the action was performed and the changelog record was created.
createdAt - The time when the action was performed and the changelog record was created.ChangeLog.Builder createdBy(String createdBy)
The user or role that performed the action.
createdBy - The user or role that performed the action.Copyright © 2023. All rights reserved.