Interface AssignOpportunityRequest.Builder
- All Superinterfaces:
AwsRequest.Builder
,Buildable
,CopyableBuilder<AssignOpportunityRequest.Builder,
,AssignOpportunityRequest> PartnerCentralSellingRequest.Builder
,SdkBuilder<AssignOpportunityRequest.Builder,
,AssignOpportunityRequest> SdkPojo
,SdkRequest.Builder
- Enclosing class:
AssignOpportunityRequest
-
Method Summary
Modifier and TypeMethodDescriptiondefault AssignOpportunityRequest.Builder
assignee
(Consumer<AssigneeContact.Builder> assignee) Specifies the user or team member responsible for managing the assigned opportunity.assignee
(AssigneeContact assignee) Specifies the user or team member responsible for managing the assigned opportunity.Specifies the catalog associated with the request.identifier
(String identifier) Requires theOpportunity
's unique identifier when you want to assign it to another user.overrideConfiguration
(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Add an optional request override configuration.overrideConfiguration
(AwsRequestOverrideConfiguration overrideConfiguration) Add an optional request override configuration.Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.services.partnercentralselling.model.PartnerCentralSellingRequest.Builder
build
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
-
assignee
Specifies the user or team member responsible for managing the assigned opportunity. This field identifies the Assignee based on the partner's internal team structure. Ensure that the email address is associated with a registered user in your Partner Central account.
- Parameters:
assignee
- Specifies the user or team member responsible for managing the assigned opportunity. This field identifies the Assignee based on the partner's internal team structure. Ensure that the email address is associated with a registered user in your Partner Central account.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
assignee
Specifies the user or team member responsible for managing the assigned opportunity. This field identifies the Assignee based on the partner's internal team structure. Ensure that the email address is associated with a registered user in your Partner Central account.
This is a convenience method that creates an instance of theAssigneeContact.Builder
avoiding the need to create one manually viaAssigneeContact.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed toassignee(AssigneeContact)
.- Parameters:
assignee
- a consumer that will call methods onAssigneeContact.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
catalog
Specifies the catalog associated with the request. This field takes a string value from a predefined list:
AWS
orSandbox
. The catalog determines which environment the opportunity is assigned in. UseAWS
to assign real opportunities in the Amazon Web Services catalog, andSandbox
for testing in secure, isolated environments.- Parameters:
catalog
- Specifies the catalog associated with the request. This field takes a string value from a predefined list:AWS
orSandbox
. The catalog determines which environment the opportunity is assigned in. UseAWS
to assign real opportunities in the Amazon Web Services catalog, andSandbox
for testing in secure, isolated environments.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
identifier
Requires the
Opportunity
's unique identifier when you want to assign it to another user. Provide the correct identifier so the intended opportunity is reassigned.- Parameters:
identifier
- Requires theOpportunity
's unique identifier when you want to assign it to another user. Provide the correct identifier so the intended opportunity is reassigned.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
AssignOpportunityRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Description copied from interface:AwsRequest.Builder
Add an optional request override configuration.- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
- Parameters:
overrideConfiguration
- The override configuration.- Returns:
- This object for method chaining.
-
overrideConfiguration
AssignOpportunityRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Description copied from interface:AwsRequest.Builder
Add an optional request override configuration.- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
- Parameters:
builderConsumer
- AConsumer
to which an emptyAwsRequestOverrideConfiguration.Builder
will be given.- Returns:
- This object for method chaining.
-