Interface DisassociateOpportunityRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<DisassociateOpportunityRequest.Builder,DisassociateOpportunityRequest>,PartnerCentralSellingRequest.Builder,SdkBuilder<DisassociateOpportunityRequest.Builder,DisassociateOpportunityRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- DisassociateOpportunityRequest
public static interface DisassociateOpportunityRequest.Builder extends PartnerCentralSellingRequest.Builder, SdkPojo, CopyableBuilder<DisassociateOpportunityRequest.Builder,DisassociateOpportunityRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DisassociateOpportunityRequest.Buildercatalog(String catalog)Specifies the catalog associated with the request.DisassociateOpportunityRequest.BuilderopportunityIdentifier(String opportunityIdentifier)The opportunity's unique identifier for when you want to disassociate it from related entities.DisassociateOpportunityRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)DisassociateOpportunityRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)DisassociateOpportunityRequest.BuilderrelatedEntityIdentifier(String relatedEntityIdentifier)The related entity's identifier that you want to disassociate from the opportunity.DisassociateOpportunityRequest.BuilderrelatedEntityType(String relatedEntityType)The type of the entity that you're disassociating from the opportunity.DisassociateOpportunityRequest.BuilderrelatedEntityType(RelatedEntityType relatedEntityType)The type of the entity that you're disassociating from the opportunity.-
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
DisassociateOpportunityRequest.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 disassociation is made in. UseAWSto disassociate 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 disassociation is made in. UseAWSto disassociate 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
DisassociateOpportunityRequest.Builder opportunityIdentifier(String opportunityIdentifier)
The opportunity's unique identifier for when you want to disassociate it from related entities. This identifier helps to ensure that the correct opportunity is updated.
Validation: Ensure that the provided identifier corresponds to an existing opportunity in the Amazon Web Services system because incorrect identifiers result in an error and no changes are made.
- Parameters:
opportunityIdentifier- The opportunity's unique identifier for when you want to disassociate it from related entities. This identifier helps to ensure that the correct opportunity is updated.Validation: Ensure that the provided identifier corresponds to an existing opportunity in the Amazon Web Services system because incorrect identifiers result in an error and no changes are made.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
relatedEntityIdentifier
DisassociateOpportunityRequest.Builder relatedEntityIdentifier(String relatedEntityIdentifier)
The related entity's identifier that you want to disassociate from the opportunity. Depending on the type of entity, this could be a simple identifier or an Amazon Resource Name (ARN) for entities managed through Amazon Web Services Marketplace.
For Amazon Web Services Marketplace entities, use the Amazon Web Services Marketplace API to obtain the necessary ARNs. For guidance on retrieving these ARNs, see Amazon Web Services MarketplaceUsing the Amazon Web Services Marketplace Catalog API.
Validation: Ensure the identifier or ARN is valid and corresponds to an existing entity. An incorrect or invalid identifier results in an error.
- Parameters:
relatedEntityIdentifier- The related entity's identifier that you want to disassociate from the opportunity. Depending on the type of entity, this could be a simple identifier or an Amazon Resource Name (ARN) for entities managed through Amazon Web Services Marketplace.For Amazon Web Services Marketplace entities, use the Amazon Web Services Marketplace API to obtain the necessary ARNs. For guidance on retrieving these ARNs, see Amazon Web Services MarketplaceUsing the Amazon Web Services Marketplace Catalog API.
Validation: Ensure the identifier or ARN is valid and corresponds to an existing entity. An incorrect or invalid identifier results in an error.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
relatedEntityType
DisassociateOpportunityRequest.Builder relatedEntityType(String relatedEntityType)
The type of the entity that you're disassociating from the opportunity. When you specify the entity type, it helps the system correctly process the disassociation request to ensure that the right connections are removed.
Examples of entity types include Partner Solution, Amazon Web Services product, and Amazon Web Services Marketplaceoffer. Ensure that the value matches one of the expected entity types.
Validation: Provide a valid entity type to help ensure successful disassociation. An invalid or incorrect entity type results in an error.
- Parameters:
relatedEntityType- The type of the entity that you're disassociating from the opportunity. When you specify the entity type, it helps the system correctly process the disassociation request to ensure that the right connections are removed.Examples of entity types include Partner Solution, Amazon Web Services product, and Amazon Web Services Marketplaceoffer. Ensure that the value matches one of the expected entity types.
Validation: Provide a valid entity type to help ensure successful disassociation. An invalid or incorrect entity type results in an error.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
RelatedEntityType,RelatedEntityType
-
relatedEntityType
DisassociateOpportunityRequest.Builder relatedEntityType(RelatedEntityType relatedEntityType)
The type of the entity that you're disassociating from the opportunity. When you specify the entity type, it helps the system correctly process the disassociation request to ensure that the right connections are removed.
Examples of entity types include Partner Solution, Amazon Web Services product, and Amazon Web Services Marketplaceoffer. Ensure that the value matches one of the expected entity types.
Validation: Provide a valid entity type to help ensure successful disassociation. An invalid or incorrect entity type results in an error.
- Parameters:
relatedEntityType- The type of the entity that you're disassociating from the opportunity. When you specify the entity type, it helps the system correctly process the disassociation request to ensure that the right connections are removed.Examples of entity types include Partner Solution, Amazon Web Services product, and Amazon Web Services Marketplaceoffer. Ensure that the value matches one of the expected entity types.
Validation: Provide a valid entity type to help ensure successful disassociation. An invalid or incorrect entity type results in an error.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
RelatedEntityType,RelatedEntityType
-
overrideConfiguration
DisassociateOpportunityRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
DisassociateOpportunityRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-