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
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
-
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 disassociation is made in. UseAWS
to disassociate 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 disassociation is made in. UseAWS
to disassociate 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.
-
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.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
DisassociateOpportunityRequest.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.
-