Interface ChangeLog.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<ChangeLog.Builder,
,ChangeLog> SdkBuilder<ChangeLog.Builder,
,ChangeLog> SdkPojo
- Enclosing class:
ChangeLog
public static interface ChangeLog.Builder
extends SdkPojo, CopyableBuilder<ChangeLog.Builder,ChangeLog>
-
Method Summary
Modifier and TypeMethodDescriptionThe action that was performed.action
(ActionEnum action) The action that was performed.The time when the action was performed and the changelog record was created.The user or role that performed the action.objectName
(String objectName) The name of the object that changed.objectType
(String objectType) The object that was changed, such as an assessment, control, or control set.objectType
(ObjectTypeEnum objectType) The object that was changed, such as an assessment, control, or control set.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, sdkFields
-
Method Details
-
objectType
The object that was changed, such as an assessment, control, or control set.
- Parameters:
objectType
- The object that was changed, such as an assessment, control, or control set.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
objectType
The object that was changed, such as an assessment, control, or control set.
- Parameters:
objectType
- The object that was changed, such as an assessment, control, or control set.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
objectName
The name of the object that changed. This could be the name of an assessment, control, or control set.
- Parameters:
objectName
- The name of the object that changed. This could be the name of an assessment, control, or control set.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
action
The action that was performed.
- Parameters:
action
- The action that was performed.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
action
The action that was performed.
- Parameters:
action
- The action that was performed.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
createdAt
The time when the action was performed and the changelog record was created.
- Parameters:
createdAt
- The time when the action was performed and the changelog record was created.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
createdBy
The user or role that performed the action.
- Parameters:
createdBy
- The user or role that performed the action.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-