Interface GetOpportunityRequest.Builder
- All Superinterfaces:
AwsRequest.Builder
,Buildable
,CopyableBuilder<GetOpportunityRequest.Builder,
,GetOpportunityRequest> PartnerCentralSellingRequest.Builder
,SdkBuilder<GetOpportunityRequest.Builder,
,GetOpportunityRequest> SdkPojo
,SdkRequest.Builder
- Enclosing class:
GetOpportunityRequest
@Mutable
@NotThreadSafe
public static interface GetOpportunityRequest.Builder
extends PartnerCentralSellingRequest.Builder, SdkPojo, CopyableBuilder<GetOpportunityRequest.Builder,GetOpportunityRequest>
-
Method Summary
Modifier and TypeMethodDescriptionSpecifies the catalog associated with the request.identifier
(String identifier) Read-only, system generatedOpportunity
unique identifier.overrideConfiguration
(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Add an optional request override configuration.overrideConfiguration
(AwsRequestOverrideConfiguration overrideConfiguration) Add an optional request override configuration.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 is fetched from. UseAWS
to retrieve opportunities in the Amazon Web Services catalog, andSandbox
to retrieve opportunities in a secure, isolated testing environment.- 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 is fetched from. UseAWS
to retrieve opportunities in the Amazon Web Services catalog, andSandbox
to retrieve opportunities in a secure, isolated testing environment.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
identifier
Read-only, system generated
Opportunity
unique identifier.- Parameters:
identifier
- Read-only, system generatedOpportunity
unique identifier.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
GetOpportunityRequest.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
GetOpportunityRequest.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.
-