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