Interface EventIntegrationAssociation.Builder

    • Method Detail

      • eventIntegrationAssociationArn

        EventIntegrationAssociation.Builder eventIntegrationAssociationArn​(String eventIntegrationAssociationArn)

        The Amazon Resource Name (ARN) for the event integration association.

        Parameters:
        eventIntegrationAssociationArn - The Amazon Resource Name (ARN) for the event integration association.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • eventIntegrationAssociationId

        EventIntegrationAssociation.Builder eventIntegrationAssociationId​(String eventIntegrationAssociationId)

        The identifier for the event integration association.

        Parameters:
        eventIntegrationAssociationId - The identifier for the event integration association.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • eventIntegrationName

        EventIntegrationAssociation.Builder eventIntegrationName​(String eventIntegrationName)

        The name of the event integration.

        Parameters:
        eventIntegrationName - The name of the event integration.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • clientId

        EventIntegrationAssociation.Builder clientId​(String clientId)

        The identifier for the client that is associated with the event integration.

        Parameters:
        clientId - The identifier for the client that is associated with the event integration.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • eventBridgeRuleName

        EventIntegrationAssociation.Builder eventBridgeRuleName​(String eventBridgeRuleName)

        The name of the EventBridge rule.

        Parameters:
        eventBridgeRuleName - The name of the EventBridge rule.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • clientAssociationMetadata

        EventIntegrationAssociation.Builder clientAssociationMetadata​(Map<String,​String> clientAssociationMetadata)

        The metadata associated with the client.

        Parameters:
        clientAssociationMetadata - The metadata associated with the client.
        Returns:
        Returns a reference to this object so that method calls can be chained together.