Interface EngagementCustomerProjectDetails.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<EngagementCustomerProjectDetails.Builder,
,EngagementCustomerProjectDetails> SdkBuilder<EngagementCustomerProjectDetails.Builder,
,EngagementCustomerProjectDetails> SdkPojo
- Enclosing class:
EngagementCustomerProjectDetails
@Mutable
@NotThreadSafe
public static interface EngagementCustomerProjectDetails.Builder
extends SdkPojo, CopyableBuilder<EngagementCustomerProjectDetails.Builder,EngagementCustomerProjectDetails>
-
Method Summary
Modifier and TypeMethodDescriptionbusinessProblem
(String businessProblem) A description of the business problem the project aims to solve.targetCompletionDate
(String targetCompletionDate) The target completion date for the customer's project.The title of the project.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
-
businessProblem
A description of the business problem the project aims to solve.
- Parameters:
businessProblem
- A description of the business problem the project aims to solve.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
targetCompletionDate
The target completion date for the customer's project.
- Parameters:
targetCompletionDate
- The target completion date for the customer's project.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
title
The title of the project.
- Parameters:
title
- The title of the project.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-