Interface GetOpportunityRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<GetOpportunityRequest.Builder,GetOpportunityRequest>,PartnerCentralSellingRequest.Builder,SdkBuilder<GetOpportunityRequest.Builder,GetOpportunityRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- GetOpportunityRequest
public static interface GetOpportunityRequest.Builder extends PartnerCentralSellingRequest.Builder, SdkPojo, CopyableBuilder<GetOpportunityRequest.Builder,GetOpportunityRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description GetOpportunityRequest.Buildercatalog(String catalog)Specifies the catalog associated with the request.GetOpportunityRequest.Builderidentifier(String identifier)Read-only, system generatedOpportunityunique identifier.GetOpportunityRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)GetOpportunityRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)-
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
GetOpportunityRequest.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 is fetched from. UseAWSto retrieve opportunities in the Amazon Web Services catalog, andSandboxto 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:AWSorSandbox. The catalog determines which environment the opportunity is fetched from. UseAWSto retrieve opportunities in the Amazon Web Services catalog, andSandboxto retrieve opportunities in a secure, isolated testing environment.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
identifier
GetOpportunityRequest.Builder identifier(String identifier)
Read-only, system generated
Opportunityunique identifier.- Parameters:
identifier- Read-only, system generatedOpportunityunique identifier.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
GetOpportunityRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
GetOpportunityRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-