Interface SubmitOpportunityRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<SubmitOpportunityRequest.Builder,SubmitOpportunityRequest>,PartnerCentralSellingRequest.Builder,SdkBuilder<SubmitOpportunityRequest.Builder,SubmitOpportunityRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- SubmitOpportunityRequest
public static interface SubmitOpportunityRequest.Builder extends PartnerCentralSellingRequest.Builder, SdkPojo, CopyableBuilder<SubmitOpportunityRequest.Builder,SubmitOpportunityRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description SubmitOpportunityRequest.Buildercatalog(String catalog)Specifies the catalog related to the request.SubmitOpportunityRequest.Builderidentifier(String identifier)The identifier of the Opportunity previously created by partner and needs to be submitted.SubmitOpportunityRequest.BuilderinvolvementType(String involvementType)Specifies the level of AWS sellers' involvement on the opportunity.SubmitOpportunityRequest.BuilderinvolvementType(SalesInvolvementType involvementType)Specifies the level of AWS sellers' involvement on the opportunity.SubmitOpportunityRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)SubmitOpportunityRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)SubmitOpportunityRequest.Buildervisibility(String visibility)Determines whether to restrict visibility of the opportunity from AWS sales.SubmitOpportunityRequest.Buildervisibility(Visibility visibility)Determines whether to restrict visibility of the opportunity from AWS sales.-
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 Detail
-
catalog
SubmitOpportunityRequest.Builder catalog(String catalog)
Specifies the catalog related to the request. Valid values are:
-
AWS: Submits the opportunity request from the production AWS environment.
-
Sandbox: Submits the opportunity request from a sandbox environment used for testing or development purposes.
- Parameters:
catalog- Specifies the catalog related to the request. Valid values are:-
AWS: Submits the opportunity request from the production AWS environment.
-
Sandbox: Submits the opportunity request from a sandbox environment used for testing or development purposes.
-
- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-
identifier
SubmitOpportunityRequest.Builder identifier(String identifier)
The identifier of the Opportunity previously created by partner and needs to be submitted.
- Parameters:
identifier- The identifier of the Opportunity previously created by partner and needs to be submitted.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
involvementType
SubmitOpportunityRequest.Builder involvementType(String involvementType)
Specifies the level of AWS sellers' involvement on the opportunity. Valid values:
-
Co-sell: Indicates the user wants to co-sell with AWS. Share the opportunity with AWS to receive deal assistance and support. -
For Visibility Only: Indicates that the user does not need support from AWS Sales Rep. Share this opportunity with AWS for visibility only, you will not receive deal assistance and support.
- Parameters:
involvementType- Specifies the level of AWS sellers' involvement on the opportunity. Valid values:-
Co-sell: Indicates the user wants to co-sell with AWS. Share the opportunity with AWS to receive deal assistance and support. -
For Visibility Only: Indicates that the user does not need support from AWS Sales Rep. Share this opportunity with AWS for visibility only, you will not receive deal assistance and support.
-
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
SalesInvolvementType,SalesInvolvementType
-
-
involvementType
SubmitOpportunityRequest.Builder involvementType(SalesInvolvementType involvementType)
Specifies the level of AWS sellers' involvement on the opportunity. Valid values:
-
Co-sell: Indicates the user wants to co-sell with AWS. Share the opportunity with AWS to receive deal assistance and support. -
For Visibility Only: Indicates that the user does not need support from AWS Sales Rep. Share this opportunity with AWS for visibility only, you will not receive deal assistance and support.
- Parameters:
involvementType- Specifies the level of AWS sellers' involvement on the opportunity. Valid values:-
Co-sell: Indicates the user wants to co-sell with AWS. Share the opportunity with AWS to receive deal assistance and support. -
For Visibility Only: Indicates that the user does not need support from AWS Sales Rep. Share this opportunity with AWS for visibility only, you will not receive deal assistance and support.
-
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
SalesInvolvementType,SalesInvolvementType
-
-
visibility
SubmitOpportunityRequest.Builder visibility(String visibility)
Determines whether to restrict visibility of the opportunity from AWS sales. Default value is Full. Valid values:
-
Full: The opportunity is fully visible to AWS sales. -
Limited: The opportunity has restricted visibility to AWS sales.
- Parameters:
visibility- Determines whether to restrict visibility of the opportunity from AWS sales. Default value is Full. Valid values:-
Full: The opportunity is fully visible to AWS sales. -
Limited: The opportunity has restricted visibility to AWS sales.
-
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
Visibility,Visibility
-
-
visibility
SubmitOpportunityRequest.Builder visibility(Visibility visibility)
Determines whether to restrict visibility of the opportunity from AWS sales. Default value is Full. Valid values:
-
Full: The opportunity is fully visible to AWS sales. -
Limited: The opportunity has restricted visibility to AWS sales.
- Parameters:
visibility- Determines whether to restrict visibility of the opportunity from AWS sales. Default value is Full. Valid values:-
Full: The opportunity is fully visible to AWS sales. -
Limited: The opportunity has restricted visibility to AWS sales.
-
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
Visibility,Visibility
-
-
overrideConfiguration
SubmitOpportunityRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
SubmitOpportunityRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-