Interface GetSourceApiAssociationRequest.Builder

    • Method Detail

      • mergedApiIdentifier

        GetSourceApiAssociationRequest.Builder mergedApiIdentifier​(String mergedApiIdentifier)

        The identifier of the AppSync Merged API. This is generated by the AppSync service. In most cases, Merged APIs (especially in your account) only require the API ID value or ARN of the merged API. However, Merged APIs in other accounts (cross-account use cases) strictly require the full resource ARN of the merged API.

        Parameters:
        mergedApiIdentifier - The identifier of the AppSync Merged API. This is generated by the AppSync service. In most cases, Merged APIs (especially in your account) only require the API ID value or ARN of the merged API. However, Merged APIs in other accounts (cross-account use cases) strictly require the full resource ARN of the merged API.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • associationId

        GetSourceApiAssociationRequest.Builder associationId​(String associationId)

        The ID generated by the AppSync service for the source API association.

        Parameters:
        associationId - The ID generated by the AppSync service for the source API association.
        Returns:
        Returns a reference to this object so that method calls can be chained together.