Interface HookTarget.Builder

    • Method Detail

      • targetTypeName

        HookTarget.Builder targetTypeName​(String targetTypeName)

        The target name, for example, AWS::S3::Bucket.

        Parameters:
        targetTypeName - The target name, for example, AWS::S3::Bucket.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • targetId

        HookTarget.Builder targetId​(String targetId)

        The unique identifier of the Hook invocation target.

        Parameters:
        targetId - The unique identifier of the Hook invocation target.
        Returns:
        Returns a reference to this object so that method calls can be chained together.