Interface GetAwsOpportunitySummaryResponse.Builder

  • Method Details

    • catalog

      Specifies the catalog in which the AWS Opportunity exists. This is the environment (e.g., AWS or Sandbox) where the opportunity is being managed.

      Parameters:
      catalog - Specifies the catalog in which the AWS Opportunity exists. This is the environment (e.g., AWS or Sandbox) where the opportunity is being managed.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • customer

      Provides details about the customer associated with the AWS Opportunity, including account information, industry, and other customer data. These details help partners understand the business context of the opportunity.

      Parameters:
      customer - Provides details about the customer associated with the AWS Opportunity, including account information, industry, and other customer data. These details help partners understand the business context of the opportunity.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • customer

      Provides details about the customer associated with the AWS Opportunity, including account information, industry, and other customer data. These details help partners understand the business context of the opportunity.

      This is a convenience method that creates an instance of the AwsOpportunityCustomer.Builder avoiding the need to create one manually via AwsOpportunityCustomer.builder().

      When the Consumer completes, SdkBuilder.build() is called immediately and its result is passed to customer(AwsOpportunityCustomer).

      Parameters:
      customer - a consumer that will call methods on AwsOpportunityCustomer.Builder
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • insights

      Provides insights into the AWS Opportunity, including engagement score and recommended actions that AWS suggests for the partner.

      Parameters:
      insights - Provides insights into the AWS Opportunity, including engagement score and recommended actions that AWS suggests for the partner.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • insights

      Provides insights into the AWS Opportunity, including engagement score and recommended actions that AWS suggests for the partner.

      This is a convenience method that creates an instance of the AwsOpportunityInsights.Builder avoiding the need to create one manually via AwsOpportunityInsights.builder().

      When the Consumer completes, SdkBuilder.build() is called immediately and its result is passed to insights(AwsOpportunityInsights).

      Parameters:
      insights - a consumer that will call methods on AwsOpportunityInsights.Builder
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • involvementType

      GetAwsOpportunitySummaryResponse.Builder involvementType(String involvementType)

      Specifies the type of involvement AWS has in the opportunity, such as direct cosell or advisory support. This field helps partners understand the role AWS plays in advancing the opportunity.

      Parameters:
      involvementType - Specifies the type of involvement AWS has in the opportunity, such as direct cosell or advisory support. This field helps partners understand the role AWS plays in advancing the opportunity.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • involvementType

      Specifies the type of involvement AWS has in the opportunity, such as direct cosell or advisory support. This field helps partners understand the role AWS plays in advancing the opportunity.

      Parameters:
      involvementType - Specifies the type of involvement AWS has in the opportunity, such as direct cosell or advisory support. This field helps partners understand the role AWS plays in advancing the opportunity.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • involvementTypeChangeReason

      GetAwsOpportunitySummaryResponse.Builder involvementTypeChangeReason(String involvementTypeChangeReason)

      Provides a reason for any changes in the involvement type of AWS in the opportunity. This field is used to track why the level of AWS engagement has changed from For Visibility Only to Co-sell offering transparency into the partnership dynamics.

      Parameters:
      involvementTypeChangeReason - Provides a reason for any changes in the involvement type of AWS in the opportunity. This field is used to track why the level of AWS engagement has changed from For Visibility Only to Co-sell offering transparency into the partnership dynamics.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • involvementTypeChangeReason

      GetAwsOpportunitySummaryResponse.Builder involvementTypeChangeReason(InvolvementTypeChangeReason involvementTypeChangeReason)

      Provides a reason for any changes in the involvement type of AWS in the opportunity. This field is used to track why the level of AWS engagement has changed from For Visibility Only to Co-sell offering transparency into the partnership dynamics.

      Parameters:
      involvementTypeChangeReason - Provides a reason for any changes in the involvement type of AWS in the opportunity. This field is used to track why the level of AWS engagement has changed from For Visibility Only to Co-sell offering transparency into the partnership dynamics.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • lifeCycle

      Contains lifecycle information for the AWS Opportunity, including review status, stage, and target close date. This field is crucial for partners to monitor the progression of the opportunity.

      Parameters:
      lifeCycle - Contains lifecycle information for the AWS Opportunity, including review status, stage, and target close date. This field is crucial for partners to monitor the progression of the opportunity.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • lifeCycle

      Contains lifecycle information for the AWS Opportunity, including review status, stage, and target close date. This field is crucial for partners to monitor the progression of the opportunity.

      This is a convenience method that creates an instance of the AwsOpportunityLifeCycle.Builder avoiding the need to create one manually via AwsOpportunityLifeCycle.builder().

      When the Consumer completes, SdkBuilder.build() is called immediately and its result is passed to lifeCycle(AwsOpportunityLifeCycle).

      Parameters:
      lifeCycle - a consumer that will call methods on AwsOpportunityLifeCycle.Builder
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • opportunityTeam

      Details the AWS opportunity team, including members involved. This information helps partners know who from AWS is engaged and what their role is.

      Parameters:
      opportunityTeam - Details the AWS opportunity team, including members involved. This information helps partners know who from AWS is engaged and what their role is.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • opportunityTeam

      GetAwsOpportunitySummaryResponse.Builder opportunityTeam(AwsTeamMember... opportunityTeam)

      Details the AWS opportunity team, including members involved. This information helps partners know who from AWS is engaged and what their role is.

      Parameters:
      opportunityTeam - Details the AWS opportunity team, including members involved. This information helps partners know who from AWS is engaged and what their role is.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • opportunityTeam

      Details the AWS opportunity team, including members involved. This information helps partners know who from AWS is engaged and what their role is.

      This is a convenience method that creates an instance of the AwsTeamMember.Builder avoiding the need to create one manually via AwsTeamMember.builder().

      When the Consumer completes, SdkBuilder.build() is called immediately and its result is passed to opportunityTeam(List<AwsTeamMember>).

      Parameters:
      opportunityTeam - a consumer that will call methods on AwsTeamMember.Builder
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • origin

      Specifies whether the AWS Opportunity originated from AWS or the partner. This helps distinguish between opportunities that were sourced by AWS and those referred by the partner.

      Parameters:
      origin - Specifies whether the AWS Opportunity originated from AWS or the partner. This helps distinguish between opportunities that were sourced by AWS and those referred by the partner.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • origin

      Specifies whether the AWS Opportunity originated from AWS or the partner. This helps distinguish between opportunities that were sourced by AWS and those referred by the partner.

      Parameters:
      origin - Specifies whether the AWS Opportunity originated from AWS or the partner. This helps distinguish between opportunities that were sourced by AWS and those referred by the partner.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • project

      Provides details about the project associated with the AWS Opportunity, including the customer’s business problem, expected outcomes, and project scope. This information is crucial for understanding the broader context of the opportunity.

      Parameters:
      project - Provides details about the project associated with the AWS Opportunity, including the customer’s business problem, expected outcomes, and project scope. This information is crucial for understanding the broader context of the opportunity.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • project

      Provides details about the project associated with the AWS Opportunity, including the customer’s business problem, expected outcomes, and project scope. This information is crucial for understanding the broader context of the opportunity.

      This is a convenience method that creates an instance of the AwsOpportunityProject.Builder avoiding the need to create one manually via AwsOpportunityProject.builder().

      When the Consumer completes, SdkBuilder.build() is called immediately and its result is passed to project(AwsOpportunityProject).

      Parameters:
      project - a consumer that will call methods on AwsOpportunityProject.Builder
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • relatedEntityIds

      Lists related entity identifiers, such as AWS products or partner solutions, associated with the AWS Opportunity. These identifiers provide additional context and help partners understand which AWS services are involved.

      Parameters:
      relatedEntityIds - Lists related entity identifiers, such as AWS products or partner solutions, associated with the AWS Opportunity. These identifiers provide additional context and help partners understand which AWS services are involved.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • relatedEntityIds

      Lists related entity identifiers, such as AWS products or partner solutions, associated with the AWS Opportunity. These identifiers provide additional context and help partners understand which AWS services are involved.

      This is a convenience method that creates an instance of the AwsOpportunityRelatedEntities.Builder avoiding the need to create one manually via AwsOpportunityRelatedEntities.builder().

      When the Consumer completes, SdkBuilder.build() is called immediately and its result is passed to relatedEntityIds(AwsOpportunityRelatedEntities).

      Parameters:
      relatedEntityIds - a consumer that will call methods on AwsOpportunityRelatedEntities.Builder
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • relatedOpportunityId

      GetAwsOpportunitySummaryResponse.Builder relatedOpportunityId(String relatedOpportunityId)

      Provides the unique identifier of the related partner opportunity, allowing partners to link the AWS Opportunity to their corresponding opportunity in their CRM system.

      Parameters:
      relatedOpportunityId - Provides the unique identifier of the related partner opportunity, allowing partners to link the AWS Opportunity to their corresponding opportunity in their CRM system.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • visibility

      Defines the visibility level for the AWS Opportunity. Use Full visibility for most cases, while Limited visibility is reserved for special programs or sensitive opportunities.

      Parameters:
      visibility - Defines the visibility level for the AWS Opportunity. Use Full visibility for most cases, while Limited visibility is reserved for special programs or sensitive opportunities.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • visibility

      Defines the visibility level for the AWS Opportunity. Use Full visibility for most cases, while Limited visibility is reserved for special programs or sensitive opportunities.

      Parameters:
      visibility - Defines the visibility level for the AWS Opportunity. Use Full visibility for most cases, while Limited visibility is reserved for special programs or sensitive opportunities.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also: