Interface ProfileNextStepsHistory.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<ProfileNextStepsHistory.Builder,
,ProfileNextStepsHistory> SdkBuilder<ProfileNextStepsHistory.Builder,
,ProfileNextStepsHistory> SdkPojo
- Enclosing class:
ProfileNextStepsHistory
@Mutable
@NotThreadSafe
public static interface ProfileNextStepsHistory.Builder
extends SdkPojo, CopyableBuilder<ProfileNextStepsHistory.Builder,ProfileNextStepsHistory>
-
Method Summary
Modifier and TypeMethodDescriptionIndicates the date and time when a particular next step was recorded or planned.Represents the details of the next step recorded, such as follow-up actions or decisions made.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
-
time
Indicates the date and time when a particular next step was recorded or planned. This helps in managing the timeline for the opportunity.
- Parameters:
time
- Indicates the date and time when a particular next step was recorded or planned. This helps in managing the timeline for the opportunity.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
value
Represents the details of the next step recorded, such as follow-up actions or decisions made. This field helps in tracking progress and ensuring alignment with project goals.
- Parameters:
value
- Represents the details of the next step recorded, such as follow-up actions or decisions made. This field helps in tracking progress and ensuring alignment with project goals.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-