Interface SourceApiAssociationSummary.Builder

    • Method Detail

      • associationId

        SourceApiAssociationSummary.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.
      • associationArn

        SourceApiAssociationSummary.Builder associationArn​(String associationArn)

        The Amazon Resource Name (ARN) of the source API association.

        Parameters:
        associationArn - The Amazon Resource Name (ARN) of the source API association.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • sourceApiId

        SourceApiAssociationSummary.Builder sourceApiId​(String sourceApiId)

        The ID of the AppSync source API.

        Parameters:
        sourceApiId - The ID of the AppSync source API.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • sourceApiArn

        SourceApiAssociationSummary.Builder sourceApiArn​(String sourceApiArn)

        The Amazon Resource Name (ARN) of the AppSync Source API.

        Parameters:
        sourceApiArn - The Amazon Resource Name (ARN) of the AppSync Source API.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • mergedApiId

        SourceApiAssociationSummary.Builder mergedApiId​(String mergedApiId)

        The ID of the AppSync Merged API.

        Parameters:
        mergedApiId - The ID of the AppSync Merged API.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • mergedApiArn

        SourceApiAssociationSummary.Builder mergedApiArn​(String mergedApiArn)

        The Amazon Resource Name (ARN) of the AppSync Merged API.

        Parameters:
        mergedApiArn - The Amazon Resource Name (ARN) of the AppSync Merged API.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • description

        SourceApiAssociationSummary.Builder description​(String description)

        The description field.

        Parameters:
        description - The description field.
        Returns:
        Returns a reference to this object so that method calls can be chained together.