Interface DisassociateOpportunityRequest.Builder
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<DisassociateOpportunityRequest.Builder,,DisassociateOpportunityRequest> PartnerCentralSellingRequest.Builder,SdkBuilder<DisassociateOpportunityRequest.Builder,,DisassociateOpportunityRequest> SdkPojo,SdkRequest.Builder
- Enclosing class:
DisassociateOpportunityRequest
-
Method Summary
Modifier and TypeMethodDescriptionSpecifies the catalog associated with the request.opportunityIdentifier(String opportunityIdentifier) The opportunity's unique identifier for when you want to disassociate it from related entities.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Add an optional request override configuration.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Add an optional request override configuration.relatedEntityIdentifier(String relatedEntityIdentifier) The related entity's identifier that you want to disassociate from the opportunity.relatedEntityType(String relatedEntityType) The type of the entity that you're disassociating from the opportunity.relatedEntityType(RelatedEntityType relatedEntityType) The type of the entity that you're disassociating from the opportunity.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 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
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.
-
overrideConfiguration
DisassociateOpportunityRequest.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
DisassociateOpportunityRequest.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.
-