Interface InboundIntegration.Builder

    • Method Detail

      • integrationArn

        InboundIntegration.Builder integrationArn​(String integrationArn)

        The Amazon Resource Name (ARN) of an inbound integration.

        Parameters:
        integrationArn - The Amazon Resource Name (ARN) of an inbound integration.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • sourceArn

        InboundIntegration.Builder sourceArn​(String sourceArn)

        The Amazon Resource Name (ARN) of the source of an inbound integration.

        Parameters:
        sourceArn - The Amazon Resource Name (ARN) of the source of an inbound integration.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • targetArn

        InboundIntegration.Builder targetArn​(String targetArn)

        The Amazon Resource Name (ARN) of the target of an inbound integration.

        Parameters:
        targetArn - The Amazon Resource Name (ARN) of the target of an inbound integration.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • errors

        InboundIntegration.Builder errors​(Collection<IntegrationError> errors)

        The outstanding errors of an inbound integration. Each item is an "IntegrationError". This is null if there is no error.

        Parameters:
        errors - The outstanding errors of an inbound integration. Each item is an "IntegrationError". This is null if there is no error.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • errors

        InboundIntegration.Builder errors​(IntegrationError... errors)

        The outstanding errors of an inbound integration. Each item is an "IntegrationError". This is null if there is no error.

        Parameters:
        errors - The outstanding errors of an inbound integration. Each item is an "IntegrationError". This is null if there is no error.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • createTime

        InboundIntegration.Builder createTime​(Instant createTime)

        The creation time of an inbound integration.

        Parameters:
        createTime - The creation time of an inbound integration.
        Returns:
        Returns a reference to this object so that method calls can be chained together.