Interface ProfileNextStepsHistory.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<ProfileNextStepsHistory.Builder,ProfileNextStepsHistory>,SdkBuilder<ProfileNextStepsHistory.Builder,ProfileNextStepsHistory>,SdkPojo
- Enclosing class:
- ProfileNextStepsHistory
public static interface ProfileNextStepsHistory.Builder extends SdkPojo, CopyableBuilder<ProfileNextStepsHistory.Builder,ProfileNextStepsHistory>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ProfileNextStepsHistory.Buildertime(Instant time)Indicates the date and time when a particular next step was recorded or planned.ProfileNextStepsHistory.Buildervalue(String value)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 Detail
-
time
ProfileNextStepsHistory.Builder time(Instant 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
ProfileNextStepsHistory.Builder value(String 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.
-
-