Interface ProspectingResult.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<ProspectingResult.Builder,,ProspectingResult> SdkBuilder<ProspectingResult.Builder,,ProspectingResult> SdkPojo
- Enclosing class:
ProspectingResult
@Mutable
@NotThreadSafe
public static interface ProspectingResult.Builder
extends SdkPojo, CopyableBuilder<ProspectingResult.Builder,ProspectingResult>
-
Method Summary
Modifier and TypeMethodDescriptiondefault ProspectingResult.BuilderProspecting data and insights that AWS provides during the prospecting job.aws(ProspectingResultAws aws) Prospecting data and insights that AWS provides during the prospecting job.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
aws
Prospecting data and insights that AWS provides during the prospecting job. This includes customer details, task information, and scoring that AI generates.
- Parameters:
aws- Prospecting data and insights that AWS provides during the prospecting job. This includes customer details, task information, and scoring that AI generates.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
aws
Prospecting data and insights that AWS provides during the prospecting job. This includes customer details, task information, and scoring that AI generates.
This is a convenience method that creates an instance of theProspectingResultAws.Builderavoiding the need to create one manually viaProspectingResultAws.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed toaws(ProspectingResultAws).- Parameters:
aws- a consumer that will call methods onProspectingResultAws.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-