Interface GetAwsOpportunitySummaryRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<GetAwsOpportunitySummaryRequest.Builder,GetAwsOpportunitySummaryRequest>,PartnerCentralSellingRequest.Builder,SdkBuilder<GetAwsOpportunitySummaryRequest.Builder,GetAwsOpportunitySummaryRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- GetAwsOpportunitySummaryRequest
public static interface GetAwsOpportunitySummaryRequest.Builder extends PartnerCentralSellingRequest.Builder, SdkPojo, CopyableBuilder<GetAwsOpportunitySummaryRequest.Builder,GetAwsOpportunitySummaryRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description GetAwsOpportunitySummaryRequest.Buildercatalog(String catalog)Specifies the catalog in which the AWS Opportunity is located.GetAwsOpportunitySummaryRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)GetAwsOpportunitySummaryRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)GetAwsOpportunitySummaryRequest.BuilderrelatedOpportunityIdentifier(String relatedOpportunityIdentifier)The unique identifier for the related partner 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
GetAwsOpportunitySummaryRequest.Builder catalog(String catalog)
Specifies the catalog in which the AWS Opportunity is located. Accepted values include
AWSfor production opportunities orSandboxfor testing purposes. The catalog determines which environment the opportunity data is pulled from.- Parameters:
catalog- Specifies the catalog in which the AWS Opportunity is located. Accepted values includeAWSfor production opportunities orSandboxfor testing purposes. The catalog determines which environment the opportunity data is pulled from.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
relatedOpportunityIdentifier
GetAwsOpportunitySummaryRequest.Builder relatedOpportunityIdentifier(String relatedOpportunityIdentifier)
The unique identifier for the related partner opportunity. Use this field to correlate an AWS opportunity with its corresponding partner opportunity.
- Parameters:
relatedOpportunityIdentifier- The unique identifier for the related partner opportunity. Use this field to correlate an AWS opportunity with its corresponding partner opportunity.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
GetAwsOpportunitySummaryRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
GetAwsOpportunitySummaryRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-