Interface AssociateOpportunityRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<AssociateOpportunityRequest.Builder,AssociateOpportunityRequest>,PartnerCentralSellingRequest.Builder,SdkBuilder<AssociateOpportunityRequest.Builder,AssociateOpportunityRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- AssociateOpportunityRequest
public static interface AssociateOpportunityRequest.Builder extends PartnerCentralSellingRequest.Builder, SdkPojo, CopyableBuilder<AssociateOpportunityRequest.Builder,AssociateOpportunityRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description AssociateOpportunityRequest.Buildercatalog(String catalog)Specifies the catalog associated with the request.AssociateOpportunityRequest.BuilderopportunityIdentifier(String opportunityIdentifier)Requires theOpportunity's unique identifier when you want to associate it with a related entity.AssociateOpportunityRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)AssociateOpportunityRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)AssociateOpportunityRequest.BuilderrelatedEntityIdentifier(String relatedEntityIdentifier)Requires the related entity's unique identifier when you want to associate it with theOpportunity.AssociateOpportunityRequest.BuilderrelatedEntityType(String relatedEntityType)Specifies the entity type that you're associating with theOpportunity.AssociateOpportunityRequest.BuilderrelatedEntityType(RelatedEntityType relatedEntityType)Specifies the entity type that you're associating with theOpportunity.-
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
AssociateOpportunityRequest.Builder catalog(String catalog)
Specifies the catalog associated with the request. This field takes a string value from a predefined list:
AWSorSandbox. The catalog determines which environment the opportunity association is made in. UseAWSto associate opportunities in the Amazon Web Services catalog, andSandboxfor testing in secure, isolated environments.- Parameters:
catalog- Specifies the catalog associated with the request. This field takes a string value from a predefined list:AWSorSandbox. The catalog determines which environment the opportunity association is made in. UseAWSto associate opportunities in the Amazon Web Services catalog, andSandboxfor testing in secure, isolated environments.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
opportunityIdentifier
AssociateOpportunityRequest.Builder opportunityIdentifier(String opportunityIdentifier)
Requires the
Opportunity's unique identifier when you want to associate it with a related entity. Provide the correct identifier so the intended opportunity is updated with the association.- Parameters:
opportunityIdentifier- Requires theOpportunity's unique identifier when you want to associate it with a related entity. Provide the correct identifier so the intended opportunity is updated with the association.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
relatedEntityIdentifier
AssociateOpportunityRequest.Builder relatedEntityIdentifier(String relatedEntityIdentifier)
Requires the related entity's unique identifier when you want to associate it with the
Opportunity. For Amazon Web Services Marketplace entities, provide the Amazon Resource Name (ARN). Use the Amazon Web Services Marketplace API to obtain the ARN.- Parameters:
relatedEntityIdentifier- Requires the related entity's unique identifier when you want to associate it with theOpportunity. For Amazon Web Services Marketplace entities, provide the Amazon Resource Name (ARN). Use the Amazon Web Services Marketplace API to obtain the ARN.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
relatedEntityType
AssociateOpportunityRequest.Builder relatedEntityType(String relatedEntityType)
Specifies the entity type that you're associating with the
Opportunity. This helps to categorize and properly process the association.- Parameters:
relatedEntityType- Specifies the entity type that you're associating with theOpportunity. This helps to categorize and properly process the association.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
RelatedEntityType,RelatedEntityType
-
relatedEntityType
AssociateOpportunityRequest.Builder relatedEntityType(RelatedEntityType relatedEntityType)
Specifies the entity type that you're associating with the
Opportunity. This helps to categorize and properly process the association.- Parameters:
relatedEntityType- Specifies the entity type that you're associating with theOpportunity. This helps to categorize and properly process the association.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
RelatedEntityType,RelatedEntityType
-
overrideConfiguration
AssociateOpportunityRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
AssociateOpportunityRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-