Interface StartProspectingFromEngagementTaskRequest.Builder
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<StartProspectingFromEngagementTaskRequest.Builder,,StartProspectingFromEngagementTaskRequest> PartnerCentralSellingRequest.Builder,SdkBuilder<StartProspectingFromEngagementTaskRequest.Builder,,StartProspectingFromEngagementTaskRequest> SdkPojo,SdkRequest.Builder
- Enclosing class:
StartProspectingFromEngagementTaskRequest
-
Method Summary
Modifier and TypeMethodDescriptionSpecifies the catalog in which the task is initiated.clientToken(String clientToken) A unique, case-sensitive identifier provided by the client to ensure idempotency.identifiers(String... identifiers) The list of engagement identifiers to include in this prospecting task.identifiers(Collection<String> identifiers) The list of engagement identifiers to include in this prospecting task.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Add an optional request override configuration.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Add an optional request override configuration.A descriptive name for the task.Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfigurationMethods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.services.partnercentralselling.model.PartnerCentralSellingRequest.Builder
buildMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
catalog
Specifies the catalog in which the task is initiated. Specify
AWSfor production environments andSandboxfor testing and development purposes.- Parameters:
catalog- Specifies the catalog in which the task is initiated. SpecifyAWSfor production environments andSandboxfor testing and development purposes.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
identifiers
The list of engagement identifiers to include in this prospecting task. Each identifier must correspond to an existing engagement in the specified catalog. Maximum of 100 identifiers per task.
- Parameters:
identifiers- The list of engagement identifiers to include in this prospecting task. Each identifier must correspond to an existing engagement in the specified catalog. Maximum of 100 identifiers per task.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
identifiers
The list of engagement identifiers to include in this prospecting task. Each identifier must correspond to an existing engagement in the specified catalog. Maximum of 100 identifiers per task.
- Parameters:
identifiers- The list of engagement identifiers to include in this prospecting task. Each identifier must correspond to an existing engagement in the specified catalog. Maximum of 100 identifiers per task.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
taskName
A descriptive name for the task. This name helps identify the task in list and get operations. The name must contain 1 to 128 characters.
- Parameters:
taskName- A descriptive name for the task. This name helps identify the task in list and get operations. The name must contain 1 to 128 characters.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
clientToken
A unique, case-sensitive identifier provided by the client to ensure idempotency. Making the same request with the same
ClientTokenreturns the same response without creating a duplicate task.- Parameters:
clientToken- A unique, case-sensitive identifier provided by the client to ensure idempotency. Making the same request with the sameClientTokenreturns the same response without creating a duplicate task.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
StartProspectingFromEngagementTaskRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Description copied from interface:AwsRequest.BuilderAdd an optional request override configuration.- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder- Parameters:
overrideConfiguration- The override configuration.- Returns:
- This object for method chaining.
-
overrideConfiguration
StartProspectingFromEngagementTaskRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Description copied from interface:AwsRequest.BuilderAdd an optional request override configuration.- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder- Parameters:
builderConsumer- AConsumerto which an emptyAwsRequestOverrideConfiguration.Builderwill be given.- Returns:
- This object for method chaining.
-