Interface AssociateOpportunityRequest.Builder

  • Method Details

    • catalog

      Specifies the catalog associated with the request. This field takes a string value from a predefined list: AWS or Sandbox. The catalog determines which environment the opportunity association is made in. Use AWS to associate opportunities in the Amazon Web Services catalog, and Sandbox 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 or Sandbox. The catalog determines which environment the opportunity association is made in. Use AWS to associate opportunities in the Amazon Web Services catalog, and Sandbox for testing in secure, isolated environments.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • opportunityIdentifier

      AssociateOpportunityRequest.Builder opportunityIdentifier(String opportunityIdentifier)

      Requires the Opportunity's unique identifier when you want to associate it with a related entity. Provide the correct identifier so the intended opportunity is updated with the association.

      Parameters:
      opportunityIdentifier - Requires the Opportunity's unique identifier when you want to associate it with a related entity. Provide the correct identifier so the intended opportunity is updated with the association.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • relatedEntityIdentifier

      AssociateOpportunityRequest.Builder relatedEntityIdentifier(String relatedEntityIdentifier)

      Requires the related entity's unique identifier when you want to associate it with the Opportunity. For Amazon Web Services Marketplace entities, provide the Amazon Resource Name (ARN). Use the Amazon Web Services Marketplace API to obtain the ARN.

      Parameters:
      relatedEntityIdentifier - Requires the related entity's unique identifier when you want to associate it with the Opportunity. For Amazon Web Services Marketplace entities, provide the Amazon Resource Name (ARN). Use the Amazon Web Services Marketplace API to obtain the ARN.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • relatedEntityType

      AssociateOpportunityRequest.Builder relatedEntityType(String relatedEntityType)

      Specifies the entity type that you're associating with the Opportunity. This helps to categorize and properly process the association.

      Parameters:
      relatedEntityType - Specifies the entity type that you're associating with the Opportunity. This helps to categorize and properly process the association.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • relatedEntityType

      AssociateOpportunityRequest.Builder relatedEntityType(RelatedEntityType relatedEntityType)

      Specifies the entity type that you're associating with the Opportunity. This helps to categorize and properly process the association.

      Parameters:
      relatedEntityType - Specifies the entity type that you're associating with the Opportunity. This helps to categorize and properly process the association.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • overrideConfiguration

      AssociateOpportunityRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
      Description copied from interface: AwsRequest.Builder
      Add an optional request override configuration.
      Specified by:
      overrideConfiguration in interface AwsRequest.Builder
      Parameters:
      overrideConfiguration - The override configuration.
      Returns:
      This object for method chaining.
    • overrideConfiguration

      Description copied from interface: AwsRequest.Builder
      Add an optional request override configuration.
      Specified by:
      overrideConfiguration in interface AwsRequest.Builder
      Parameters:
      builderConsumer - A Consumer to which an empty AwsRequestOverrideConfiguration.Builder will be given.
      Returns:
      This object for method chaining.